We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22b3321 commit 85da376Copy full SHA for 85da376
docs/tutorial.rst
@@ -31,6 +31,7 @@ We will setup the project, create the following:
31
32
# Set up a new project with a single application
33
django-admin.py startproject cookbook . # Note the trailing '.' character
34
+ cd cookbook
35
django-admin.py startapp ingredients
36
37
Now sync your database for the first time:
0 commit comments