This commit is contained in:
Douglas Cerna 2017-06-04 07:46:19 +00:00 committed by GitHub
commit 98a035977a

View File

@ -22,7 +22,6 @@ Create a new Django project named `tutorial`, then start a new app called `quick
django-admin.py startproject tutorial . # Note the trailing '.' character
cd tutorial
django-admin.py startapp quickstart
cd ..
Now sync your database for the first time: