Update README.md

This commit is contained in:
Tom Christie 2014-08-29 14:01:54 +01:00
parent 5490fc2700
commit efaa37376c

View File

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