Django Stars Backend Skeleton

Django project template based on cookiecutter.

What's included

How to use

Create python virtual environment. We recommend to use pyenv & pyenv-virtualenv:

pyenv install 3.8.5
pyenv virtualenv 3.8.5 my_project
pyenv activate my_project

Install cookiecutter and packaging:

pip install cookiecutter packaging

Step into directory you want to create project and generate project with cookiecutter:

cd /path/to/directory
cookiecutter https://github.com/django-stars/backend-skeleton

Answer the questions.