Commit 747e8dfe authored by Jacob Kaplan-Moss's avatar Jacob Kaplan-Moss
Browse files

Fixed #13563, a typo in the GeoDjango tutorial.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@13293 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 97560f3a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -708,7 +708,7 @@ as follows::
    admin.autodiscover()

    urlpatterns = patterns('',
                           (r'^admin/(.*)', include(admin.site.urls)),
        (r'^admin/', include(admin.site.urls)),
    )

Start up the Django development server::