8000 Fixed #13563, a typo in the GeoDjango tutorial. · ddriddle/django@747e8df · GitHub
[go: up one dir, main page]

Skip to content

Commit 747e8df

Browse files
committed
Fixed django#13563, a typo in the GeoDjango tutorial.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13293 bcc190cf-cafb-0310-a4f2-bffc1f526a37
1 parent 97560f3 commit 747e8df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ref/contrib/gis/tutorial.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -708,8 +708,8 @@ as follows::
708708
admin.autodiscover()
709709

710710
urlpatterns = patterns('',
711-
(r'^admin/(.*)', include(admin.site.urls)),
712-
)
711+
(r'^admin/', include(admin.site.urls)),
712+
)
713713

714714
Start up the Django development server::
715715

0 commit comments

Comments
 (0)
0