mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-12-01 22:14:06 +03:00
Merge pull request #3898 from auvipy/dev
updated readme with commands from recent versions of django
This commit is contained in:
commit
d4fbd6e531
|
@ -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:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user