[SAC] Re: [OSGeo] #359: gallery.osgeo.org RSS feed

#359: gallery.osgeo.org RSS feed
----------------------+-----------------------------------------------------
  Reporter: pibinko | Owner: sac@lists.osgeo.org
      Type: defect | Status: new
  Priority: normal | Component: SAC
Resolution: | Keywords:
----------------------+-----------------------------------------------------
Comment (by neteler):

Perhaps in /osgeo/gallery-site/urls.py

{{{
     # Uncomment this for admin:
      (r'^admin/', include('django.contrib.admin.urls')),
}}}

should be

{{{
     # Uncomment this for admin:
      (r'^admin/', include('django.contrib.admin.urls.admin')),
}}}
?

Was reading:
http://www.ibm.com/developerworks/linux/library/l-django/

--
Ticket URL: <http://trac.osgeo.org/osgeo/ticket/359#comment:2&gt;
OSGeo <http://www.osgeo.org/&gt;
OSGeo committee and general foundation issue tracker.