awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com

Django project templates

Ranking updated Aug 7, 2026

For django project templates, the strongest matches are cookiecutter/cookiecutter-django (Cookiecutter Django is a flagship project template that generates), pydanny/cookiecutter-django (This repository provides a comprehensive and production-ready project template) and wemake-services/wemake-django-template (Wemake-django-template is a comprehensive project boilerplate that provides pre-configured). vintasoftware/django-react-boilerplate and jefftriplett/django-startproject round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

Explore hand-picked Django project templates ranked by stars and activity, with alternatives compared to help you find the best fit.

Django project templates

Find the best repos with AI.We'll search the best matching repositories with AI.
  • cookiecutter/cookiecutter-djangocookiecutter avatar

    cookiecutter/cookiecutter-django

    13,421View on GitHub↗

    Cookiecutter Django is a command-line utility designed to generate production-ready web application structures based on the Django framework. It functions as a standardized boilerplate generator that automates the initial setup of a project, providing a consistent foundation that includes pre-configured settings, security defaults, and integrated infrastructure services. The project distinguishes itself by providing a fully containerized development and deployment environment. It orchestrates multi-container stacks that manage databases, background workers, and web servers, ensuring that the

    Cookiecutter Django is a flagship project template that generates production-ready Django boilerplates featuring built-in user authentication, Docker orchestration, API setups, frontend integration, and database configurations.

    PythonDatabase Connection Configurations
    View on GitHub↗13,421
  • pydanny/cookiecutter-djangopydanny avatar

    pydanny/cookiecutter-django

    13,539View on GitHub↗

    cookiecutter-django is a template-based project generator and production-ready scaffold for Django web applications. It functions as a boilerplate that injects user-defined variables into predefined file templates to automate the creation of a standardized directory structure and initial project configuration. The project provides a production blueprint that integrates a customizable user authentication system, environment-variable configuration, and a containerized development environment. It bundles Django with databases and task queues to ensure consistency across local and production work

    This repository provides a comprehensive and production-ready project template for Django that includes built-in user authentication, Docker support, API setups, and deployment configurations to accelerate application bootstrapping.

    PythonProject Scaffolding TemplatesReference Apps & BlueprintsAsynchronous Task Processing
    View on GitHub↗13,539
  • wemake-services/wemake-django-templatewemake-services avatar

    wemake-services/wemake-django-template

    2,258View on GitHub↗

    Bleeding edge django template focused on code quality and security.

    Wemake-django-template is a comprehensive project boilerplate that provides pre-configured Docker support, user authentication, API tooling, frontend integration, and database setup to accelerate modern Django development.

    PythonBoilerplateSecure Application Templates
    View on GitHub↗2,258
  • vintasoftware/django-react-boilerplatevintasoftware avatar

    vintasoftware/django-react-boilerplate

    2,262View on GitHub↗

    Django 5, React, Tailwind 4 with Python 3 and Webpack project boilerplate

    This project provides a pre-configured Django and React boilerplate that helps accelerate setup with a modern frontend integration, though it lacks some specific features like an out-of-the-box CI/CD pipeline.

    PythonBoilerplateWeb Frameworks and Boilerplates
    View on GitHub↗2,262
  • jefftriplett/django-startprojectjefftriplett avatar

    jefftriplett/django-startproject

    276View on GitHub↗

    :checkered_flag: Django Start Project template with batteries

    This repository provides a batteries-included Django project template that accelerates setup, though you will need to configure some of the advanced features like CI/CD and frontend integration manually.

    JustBoilerplate
    View on GitHub↗276
  • amerkurev/django-docker-templateamerkurev avatar

    amerkurev/django-docker-template

    227View on GitHub↗

    Dockerized Django with Postgres, Gunicorn, and Traefik or Caddy (with auto renew Let's Encrypt)

    This repository provides a Dockerized Django boilerplate with PostgreSQL and reverse proxy setup, making it a solid project skeleton even though it lacks some of the extended features like built-in CI/CD or frontend integration.

    PythonBoilerplate
    View on GitHub↗227
  • curiouslearner/django-keelCuriousLearner avatar

    CuriousLearner/django-keel

    374View on GitHub↗

    A versatile, production-ready Django project template for any use case

    This repository provides a production-ready Django project template to accelerate project setup, though it lacks some specific features like a pre-configured frontend integration and CI/CD pipeline.

    JinjaBoilerplate
    View on GitHub↗374
  • vitalik/django-ninjavitalik avatar

    vitalik/django-ninja

    9,095View on GitHub↗

    Django Ninja is a high-performance framework for building type-safe REST APIs using Django. It functions as an OpenAPI API framework and a type-safe wrapper that utilizes Python type hints to handle request validation and response serialization. The project distinguishes itself by integrating Pydantic-based data modeling to convert JSON inputs into strongly typed Python objects. It automatically generates OpenAPI schemas and interactive documentation pages directly from defined endpoint signatures. The framework supports asynchronous request processing to handle concurrent tasks. It employs

    This repository is a type-safe API framework and routing library for Django rather than a pre-configured project boilerplate or skeleton, making it a building block rather than a setup template.

    PythonREST FrameworksRESTful API Frameworks
    View on GitHub↗9,095
  • tiangolo/fastapitiangolo avatar

    tiangolo/fastapi

    99,301View on GitHub↗

    FastAPI is a high-performance Python web framework designed for building REST APIs. It operates as an ASGI web framework, providing a system to create structured HTTP endpoints that automatically serialize data and validate request parameters. The framework utilizes Python type hints to drive data validation and serialization, automatically generating machine-readable OpenAPI and JSON Schema specifications. This process enables the automatic creation of interactive, browser-based API documentation where endpoints can be tested directly. The project includes a dependency injection system for

    This repository provides a high-performance Python web framework rather than a pre-configured project skeleton or boilerplate for the Django ecosystem.

    PythonRESTful API FrameworksREST API Frameworks
    View on GitHub↗99,301
  • aws/chaliceaws avatar

    aws/chalice

    11,062View on GitHub↗

    Chalice is a framework for building and deploying serverless applications and REST APIs on AWS Lambda using Python. It functions as an infrastructure-as-code generator, mapping application logic and routing definitions directly to cloud compute resources while automating the provisioning and management of the underlying environment. The framework distinguishes itself by analyzing source code to automatically construct the minimum necessary security permissions, ensuring least-privilege access for all deployed functions. It supports modular development through blueprint-based organization and

    Chalice is a Python serverless framework for AWS rather than a Django project skeleton, making it the wrong category for your web framework setup needs.

    PythonCI CD PipelinesRESTful API Frameworks
    View on GitHub↗11,062
Compare the top 10 at a glance
RepositoryStarsLanguageLicenseLast push
cookiecutter/cookiecutter-django13.4KPythonbsd-3-clauseFeb 21, 2026
pydanny/cookiecutter-django13.5KPythonBSD-3-ClauseJun 17, 2026
wemake-services/wemake-django-template2.3KPythonMITJun 17, 2026
vintasoftware/django-react-boilerplate2.3KPythonMITMay 4, 2026
jefftriplett/django-startproject276JustBSD-3-ClauseApr 18, 2026
amerkurev/django-docker-template227PythonMITApr 19, 2025
curiouslearner/django-keel374JinjaMITJun 22, 2026
vitalik/django-ninja9.1KPythonMITJun 9, 2026
tiangolo/fastapi99.3KPythonMITJun 16, 2026
aws/chalice11.1KPythonapache-2.0May 29, 2025

Related searches

  • Project starter templates
  • Application templates
  • a boilerplate project for Django REST Framework
  • a python template engine for web development
  • a scaffolding tool for generating project boilerplate
  • Project scaffolding tool
  • a professional template for project README files
  • a template engine for Go projects