Skip to content

Commit e2b3908

Browse files
committed
Fix quickstart tutorial
1 parent e654287 commit e2b3908

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/tutorial/quickstart.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@ Create a new Django project named `tutorial`, then start a new app called `quick
1919
pip install djangorestframework
2020

2121
# Set up a new project with a single application
22-
django-admin.py startproject tutorial
22+
django-admin.py startproject tutorial .
2323
cd tutorial
2424
django-admin.py startapp quickstart
25-
cd ..
2625

2726
Now sync your database for the first time:
2827

0 commit comments

Comments
 (0)