mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-01 19:10:12 +03:00
fix django-admin command on readme
This commit is contained in:
parent
7cad027cb2
commit
d921f4493c
|
@ -76,7 +76,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 startproject example .
|
||||||
./manage.py migrate
|
./manage.py migrate
|
||||||
./manage.py createsuperuser
|
./manage.py createsuperuser
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user