
Project template used at Fueled for scaffolding new Django based projects. :dizzy:
The django-init project is a rolling release project that provides an easy way to set up Django projects. It is built on Django 4.1.x and Python 3.9.x and offers support for various features such as Poetry, black, 12-Factor based settings management via django-environ, PostgreSQL 13.0, Django Rest Framework 3.13.x, Django sites, mkdocs for project documentation, pytest as the test runner, GitHub Actions, custom user and auth apps for extensibility, robots.txt and humans.txt configuration, Heroku and Fly setups, Ubuntu 20 LTS via Ansible, Celery with flower integration, AWS S3 media storage, Letsencrypt support via certbot, Postgis setup, Newrelic, Sentry, GraphQL support via Graphene-Django, pre-commit hooks, and more.
The django-init project is a comprehensive Django project template that offers a wide range of features and integrations to make setting up Django projects easier. It includes support for various tools and libraries such as Poetry, black, PostgreSQL, Django Rest Framework, GitHub Actions, Celery, AWS S3, Letsencrypt, and many more. The project provides detailed installation instructions and offers customization options during the setup process. Its rolling release model ensures that the project is regularly updated with the latest stable versions of Django and associated libraries.

Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. It follows the model-view-controller (MVC) architectural pattern, providing an extensive set of built-in tools and conventions to streamline the creation of robust and scalable web applications.
MkDocs is a fast, simple and downright gorgeous static site generator that's geared towards building project documentation. Documentation source files are written in Markdown, and configured with a single YAML configuration file.