Commit efaa3737 by Tom Christie

Update README.md

parent 5490fc27
...@@ -50,7 +50,7 @@ Startup up a new project like so... ...@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment