Additional clarification to [365]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@366 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
d62f31228b
commit
8483f0aa04
|
@ -118,7 +118,7 @@ Write your first view
|
||||||
Well, we haven't created any views yet -- we just have the URLconf. But let's
|
Well, we haven't created any views yet -- we just have the URLconf. But let's
|
||||||
make sure Django is following the URLconf properly.
|
make sure Django is following the URLconf properly.
|
||||||
|
|
||||||
Fire up the Django development Web server, as we did in Tutorial 2::
|
Fire up the Django development Web server::
|
||||||
|
|
||||||
django-admin.py runserver --settings="myproject.settings.main"
|
django-admin.py runserver --settings="myproject.settings.main"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue