Skip to content

Commit 1ba8220

Browse files
committed
Highlight trailing '.' in command so it wont be missed.
1 parent 426547c commit 1ba8220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ 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 . # Note the trailing '.' character
2323
cd tutorial
2424
django-admin.py startapp quickstart
2525
cd ..

0 commit comments

Comments
 (0)