Merge pull request #3898 from auvipy/dev

updated readme with commands from recent versions of django
This commit is contained in:
Xavier Ordoquy 2016-02-03 11:05:29 +01:00
commit d4fbd6e531

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: