Cookiecutter Django

A simple Django template with cookiecutter.

A Django template with cookiecutter to quickly launch production-ready Django projects.

license mit Code style: black

Usage

First, get Cookiecutter.

pip install cookiecutter

Now run it against this repo:

cookiecutter https://github.com/dkshs/cookiecutter-django

You'll be prompted for some values. Provide them, then a Django project will be created for you.

Warning: After this point, change 'DKSHS', etc to your own information.

Answer the prompts with your own desired options.

For local development, see the following

See more information in the github repo: dkshs/cookiecutter-django.