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:
Pramod Pujara 2021-03-07 22:02:34 +05:45 committed by GitHub
parent 12e99bb1ae
commit f8982930eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
cd tutorial
django-admin startapp quickstart
cd ..
The project layout should look like: