wemake-django-template
Bleeding edge django2.2 template focused on code quality and security.
Purpose
This project is used to scaffold a django project structure. Just like django-admin.py startproject but better.
Features
- Always up-to-datewith the help of@dependabot
- Supports latest python3.8+
- poetryfor managing dependencies
- mypyand- django-stubsfor static typing
- pytestand- hypothesisfor unit tests
- flake8and- wemake-python-styleguidefor linting
- dockerfor development, testing, and production
- sphinxfor documentation
- Gitlab CIwith full- build,- test, and- deploypipeline configured by default
- Caddywith- httpsand- http/2turned on by default
Installation
Firstly, you will need to install dependencies:
pip install cookiecutter jinja2-git
Then, create a project itself:
cookiecutter gh:wemake-services/wemake-django-template
Who is using this template?
If you use our template, please add yourself or your company in the list.
We offer free email support for anyone who is using this. If you have any problems or questions, drop us a line at [email protected]. And we will try to help you.
Here's a nice list of real-life open-source usages of this template.
License
MIT. See LICENSE for more details.