This commit is contained in:
@ntoinet 2014-11-05 12:19:26 +00:00
commit fa1aa94b60

View File

@ -20,7 +20,7 @@ Create a new Django project named `tutorial`, then start a new app called `quick
# Set up a new project with a single application
django-admin.py startproject tutorial .
cd tutorial
cd tutorial/tutorial
django-admin.py startapp quickstart
cd ..