updated readme with commands from recent versions of django

This commit is contained in:
auvipy 2016-02-03 16:01:37 +06:00
parent 0512c394a3
commit 0d4db85e8c

View File

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