Skip to content

webdagger/backend-skeleton

 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 98.4%
  • Shell 1.6%