projects from cookiecutters (project templates), e.g. creating a Python package project from a Python package project template. https:!//github.com/cookiecutter/cookiecutter
are officially supported. • You don't have to know/write Python code to use Cookiecutter • Works with Python 3.6, 3.7, 3.8 and PyPy3. (2… • Project templates can be in any programming language or markup format: Python, JavaScript, Ruby, CoffeeScript, RST, Markdown, CSS, HTML, you name it. You can use multiple languages in the same project template. • Simple command line usage:
Renders Django projects with 100% starting test coverage • Twitter Bootstrap v4 (maintained Foundation fork also available) • 12-Factor based settings via django-environ • Secure by default. We believe in SSL. • Optimized development and production settings • Registration via django-allauth • Comes with custom user model ready to go • Optional basic ASGI setup for Websockets • Optional custom static build using Gulp and livereload • Send emails via Anymail (using Mailgun by default or Amazon SES if AWS is selected cloud provider, but switchable) • Media storage using Amazon S3 or Google Cloud Storage • Docker support using docker-compose for development and production (using Traefik with LetsEncrypt support) • Procfile for deploying to Heroku • Instructions for deploying to PythonAnywhere • Run tests with unittest or pytest • Customizable PostgreSQL version • Default integration with pre-commit for identifying simple issues before submission to code review
django-environ • Secure by default. We believe in SSL. • Registration via django-allauth • Comes with custom user model ready to go • Optional basic ASGI setup for Websockets
(using Mailgun by default or Amazon SES if AWS is selected cloud provider, but switchable) • Media storage using Amazon S3 or Google Cloud Storage • Docker support using docker-compose for development and production (using Traefik with LetsEncrypt support)