Update README.md

This commit is contained in:
mohan3d 2016-01-27 17:18:57 +02:00
parent 72372efdb6
commit 7394603f12

View File

@ -61,7 +61,7 @@ Startup up a new project like so...
pip install django
pip install djangorestframework
django-admin.py startproject example .
./manage.py syncdb
./manage.py migrate
Now edit the `example/urls.py` module in your project: