Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 2.31 KB

README.md

File metadata and controls

33 lines (29 loc) · 2.31 KB

Django REST Framework and Postgres Cookiecutter Template

Features

How to use it

Go to the directory where you want to create your project and run:

pip3 install cookiecutter
python3 -m cookiecutter https://github.com/vskrachkov/drf-cookiecutter.git

Then just follow the instructions in the README.md file that is in the created project.