Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 170 Bytes

readme.md

File metadata and controls

12 lines (8 loc) · 170 Bytes

Django Boilerplate

An enterprise Django boilerplate

Run Project

pip install -r requirements.txt
python manage.py migrate
python manage.py runserver