Commit 4e9ebb5f by Tom Christie

cd back to parent directory

parent fd02d826
...@@ -22,6 +22,7 @@ Create a new Django project named `tutorial`, then start a new app called `quick ...@@ -22,6 +22,7 @@ Create a new Django project named `tutorial`, then start a new app called `quick
django-admin.py startproject tutorial . django-admin.py startproject tutorial .
cd tutorial cd tutorial
django-admin.py startapp quickstart django-admin.py startapp quickstart
cd ..
Now sync your database for the first time: Now sync your database for the first time:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment