haos616 / backend-skeleton

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.6
pyenv virtualenv 3.8.6 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.

About


Languages

Language:Python 98.4%Language:Shell 1.6%