cd back to parent directory

This commit is contained in:
Tom Christie 2014-12-08 16:38:17 +00:00
parent fd02d8266b
commit 4e9ebb5fe9

View File

@ -22,6 +22,7 @@ Create a new Django project named `tutorial`, then start a new app called `quick
django-admin.py startproject tutorial .
cd tutorial
django-admin.py startapp quickstart
cd ..
Now sync your database for the first time: