#359 closed defect (fixed)
gallery.osgeo.org RSS feed
Reported by: | pibinko | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | SysAdmin | Keywords: | |
Cc: | crschmidt, christoph |
Description
several users reported a problem with the gallery RSS feed (which I confirm):
ImportError at /feed/latest/ No module named urls Request Method: GET Request URL: http://gallery.osgeo.org/feed/latest/ Exception Type: ImportError Exception Value:
No module named urls
Exception Location:
/usr/lib/python2.4/site-packages/Django-1.0.2_final-py2.4.egg/django/core/urlresolvers.py
in _get_urlconf_module, line 198 Python Executable: /usr/bin/pythong
Change History (7)
comment:1 by , 16 years ago
Cc: | added |
---|---|
Component: | General → SAC |
Owner: | changed from | to
comment:2 by , 16 years ago
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/
comment:3 by , 16 years ago
If doing so:
Exception Type: NoReverseMatch Exception Value: Reverse for '<function item at 0x9bf1d14>' with arguments '('20',)' and keyword arguments '{}' not found.
Looks better since urls is now found :)
comment:4 by , 16 years ago
Cc: | added |
---|
comment:5 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Okay, the problem with this is that I was using the old admin API, which didn't exist. I wasn't able to figure this out because I wasn't thinking in the right place. This is now fixed.
Assigning to the Systems Committee (SAC) and cc'ing Christopher was knows most about this tool.