#13563: geodjango tutorial broken for 1.2.x
--------------------------------------------------+-------------------------
 Reporter:  TerryBrown <[email protected]>  |       Owner:  nobody    
   Status:  new                                   |   Milestone:  1.2       
Component:  GIS                                   |     Version:  1.2       
 Keywords:  geodjango urls.py tutorial            |       Stage:  Unreviewed
Has_patch:  0                                     |  
--------------------------------------------------+-------------------------
 The geodjango tutorial at
 http://docs.djangoproject.com/en/dev/ref/contrib/gis/tutorial/ says
 {{{urls.py}}} should read

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

 but that doesn't work for 1.2.1, whereas


 {{{
 ...
 urlpatterns = patterns('',
                        (r'^admin/(.*)', admin.site.root),
                        )
 }}}

 does.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/13563>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to