DEV Community

Discussion on: Setting up a Django project like a pro

Collapse
 
sobolevn profile image
Nikita Sobolev

Amazing post! And a great set of tools!

Check out wemake-django-template, it shares the same idea and the same instruments.

GitHub logo wemake-services / wemake-django-template

Bleeding edge django template focused on code quality and security.

wemake-django-template

wemake.services Awesome Build Status Documentation Status Dependencies Status wemake-python-styleguide

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

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 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…

Collapse
 
fceruti profile image
fceruti

Great, I'll check it out to see if there's anything good to learn :)

Collapse
 
sobolevn profile image
Nikita Sobolev

I hope so :)