mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-29 09:30:07 +03:00
remove command cd ..
The project layout shown with the command find . looks alike when we are in tutorial project(created with django-admin command) not in tutorial directory(created with mkdir).
This commit is contained in:
parent
12e99bb1ae
commit
f8982930eb
|
@ -22,7 +22,7 @@ Create a new Django project named `tutorial`, then start a new app called `quick
|
||||||
django-admin startproject tutorial . # Note the trailing '.' character
|
django-admin startproject tutorial . # Note the trailing '.' character
|
||||||
cd tutorial
|
cd tutorial
|
||||||
django-admin startapp quickstart
|
django-admin startapp quickstart
|
||||||
cd ..
|
|
||||||
|
|
||||||
The project layout should look like:
|
The project layout should look like:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user