Skip to content

NMelis/wemake-django-template

 
 

Repository files navigation

wemake-django-template

wemake.services Build Status Documentation Status Dependencies Status

Bleeding edge django 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-date with the help of @dependabot
  • pipenv for managing dependencies
  • mypy for optional static typing
  • pytest, pylint, and flake8 for testing and linting
  • pre-commit hooks for consistent development
  • docker for development, testing, and production
  • sphinx for documentation
  • Gitlab CI with full build, test, and deploy pipeline configured by default
  • Caddy with https and http/2 turned on by default

Installation

Firstly, you will need to install dependencies:

pip install cookiecutter jinja2-git

Then, create a project itself:

cookiecutter gh:NMelis/wemake-django-template

Who are 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.

License

MIT. See LICENSE.md for more details.

About

Bleeding edge django template focused on code quality and security.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 84.6%
  • Shell 11.1%
  • Dockerfile 2.9%
  • Makefile 1.4%