Bleeding edge django template focused on code quality and security.
This project is used to scaffold a django project structure. Just like django-admin.py startproject but better.
- Always
up-to-datewith the help of@dependabot pipenvfor managing dependenciesmypyfor optional static typingpytest,pylint, andflake8for testing and lintingpre-commithooks for consistent developmentdockerfor development, testing, and productionsphinxfor documentationGitlab CIwith fullbuild,test, anddeploypipeline configured by defaultCaddywithhttpsandhttp/2turned on by default
Firstly, you will need to install dependencies:
pip install cookiecutter jinja2-gitThen, create a project itself:
cookiecutter gh:NMelis/wemake-django-templateIf 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.
MIT. See LICENSE.md for more details.