Hi Patrick-
thanks for the help.
Actually this was what I tried first, after a quick glance at the
sources. Unfortunately it raises a ViewDoesNotExist Excpetion with a
rather unsepcific Error was: 'NoneType' object has no attribute 'get':
Traceback:
File "C:\PROGRA~3\Python25\lib\site-packages\django\core\handlers
\base.py" in get_response
77. request.path_info)
File "C:\PROGRA~3\Python25\lib\site-packages\django\core
\urlresolvers.py" in resolve
181. sub_match = pattern.resolve(new_path)
File "C:\PROGRA~3\Python25\lib\site-packages\django\core
\urlresolvers.py" in resolve
124. return self.callback, args, kwargs
File "C:\PROGRA~3\Python25\lib\site-packages\django\core
\urlresolvers.py" in _get_callback
136. raise ViewDoesNotExist, "Tried %s in module %s.
Error was: %s" % (func_name, mod_name, str(e))
Exception Type: ViewDoesNotExist at /admin/siminabox/load_oar/
Exception Value: Tried load_oar in module admin_views. Error was:
'NoneType' object has no attribute 'get'
-markus