Skip to content

JackTheMico/wemake-django-template

 
 

Repository files navigation

wemake-django-template

wemake.services Awesome test Dependencies Status wemake-python-styleguide

Bleeding edge django5.1 template focused on code quality and security. Documentation.


Purpose

This project is used to scaffold a django project structure. Just like django-admin.py startproject but better.

Features

Installation

Firstly, you will need to install dependencies.

The recommended way is via pipx:

pipx install cookiecutter
pipx inject cookiecutter jinja2-git

Or via global pip:

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.

Here's a nice list of real-life open-source usages of this template.

License

MIT. See LICENSE for more details.

About

Bleeding edge django template focused on code quality and security.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 76.9%
  • Shell 13.8%
  • Dockerfile 6.3%
  • Batchfile 1.4%
  • Other 1.6%