Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

Works on Django 1.9 and Python 2.7 and above.

pip install django pip install djangorestframework django-admin.py startproject restexample .
pip install django
pip install djangorestframework
django-admin.py startproject restexample .

*USE MIGRATE IN Django (1.9) and ./manage.py syncdb for older versions. Use ./migrate.py help for list of commands.*
./manage.py migrate
Expand Down