mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-23 01:57:00 +03:00
Update README.md
This commit is contained in:
parent
5490fc2700
commit
efaa37376c
|
@ -50,7 +50,7 @@ Startup up a new project like so...
|
||||||
|
|
||||||
pip install django
|
pip install django
|
||||||
pip install djangorestframework
|
pip install djangorestframework
|
||||||
django-admin startproject example .
|
django-admin.py startproject example .
|
||||||
./manage.py syncdb
|
./manage.py syncdb
|
||||||
|
|
||||||
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