mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed #11959 -- Updated the tutorial to ensure that the admin site continues to work after URLpatterns are introduced. Thanks to carljm for the report and draft patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11621 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
b30cba4e2b
commit
f14833ee67
4 changed files with 24 additions and 14 deletions
|
@ -281,6 +281,7 @@ That'll create a directory :file:`polls`, which is laid out like this::
|
|||
polls/
|
||||
__init__.py
|
||||
models.py
|
||||
tests.py
|
||||
views.py
|
||||
|
||||
This directory structure will house the poll application.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue