mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-08 06:14:47 +03:00
Merge 7394603f12
into ea796fa071
This commit is contained in:
commit
8eda4f9b61
|
@ -61,7 +61,7 @@ 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
|
||||||
|
|
||||||
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