mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-03 05:04:31 +03:00
small type
This commit is contained in:
parent
40b1ea919b
commit
928cbc640e
|
@ -19,7 +19,7 @@ Create a new Django project named `tutorial`, then start a new app called `quick
|
|||
pip install djangorestframework
|
||||
|
||||
# Set up a new project with a single application
|
||||
django-admin.py startproject tutorial .
|
||||
django-admin.py startproject tutorial
|
||||
cd tutorial
|
||||
django-admin.py startapp quickstart
|
||||
cd ..
|
||||
|
|
Loading…
Reference in New Issue
Block a user