Opened 15 years ago

Closed 14 years ago

Last modified 14 years ago

#359 closed defect (fixed)

gallery.osgeo.org RSS feed

Reported by: pibinko Owned by: sac@…
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 tmitchell, 15 years ago

Cc: crschmidt added
Component: GeneralSAC
Owner: changed from tmitchell to sac@…

Assigning to the Systems Committee (SAC) and cc'ing Christopher was knows most about this tool.

comment:2 by neteler, 15 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 neteler, 15 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 christoph, 15 years ago

Cc: christoph added

comment:5 by crschmidt, 14 years ago

Resolution: fixed
Status: newclosed

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.

comment:6 by crschmidt, 14 years ago

comment:7 by crschmidt, 14 years ago

Scratch that. r3721, not 3521 :p

Note: See TracTickets for help on using tickets.