Commit d4fbd6e5 by Xavier Ordoquy

Merge pull request #3898 from auvipy/dev

updated readme with commands from recent versions of django
parents ea796fa0 0d4db85e
...@@ -61,7 +61,9 @@ Startup up a new project like so... ...@@ -61,7 +61,9 @@ 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
./manage.py createsuperuser
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