mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Update startproject in example
start-project should be startproject https://docs.djangoproject.com/en/1.9/ref/django-admin/#django-admin-startproject
This commit is contained in:
@@ -271,7 +271,7 @@ following, as they always have:
|
||||
|
||||
::
|
||||
|
||||
$ django-admin.py start-project samplesite
|
||||
$ django-admin.py startproject samplesite
|
||||
|
||||
The resulting repository structure looks like this:
|
||||
|
||||
@@ -293,7 +293,7 @@ Let's do it properly:
|
||||
|
||||
::
|
||||
|
||||
$ django-admin.py start-project samplesite .
|
||||
$ django-admin.py startproject samplesite .
|
||||
|
||||
Note the "``.``".
|
||||
|
||||
|
||||
Reference in New Issue
Block a user