This commit is contained in:
mohan3d 2016-02-03 10:04:26 +00:00
commit 8eda4f9b61

View File

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