Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 242 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 242 Bytes

Python Django rest example

  • python
  • django
  • django-rest-framework

to run

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