Django ValueError at /admin/
Posted
by mjaz
on Stack Overflow
See other posts from Stack Overflow
or by mjaz
Published on 2009-11-19T03:57:12Z
Indexed on
2010/05/10
23:34 UTC
Read the original article
Hit count: 381
Hello,
I am running Django with mod_python on a Red Hat Linux box in production. A little while ago, for a reason unknown to me, the admin stopped working, throwing a 500 error. The error is as follows:
ValueError at /admin/
Empty module name
Request Method: GET
Exception Type: ValueError
Exception Value:
Empty module name
Exception Location: /usr/local/lib/python2.6/site-packages/django/utils/importlib.py in import_module, line 35
Python Executable: /usr/bin/python
Python Version: 2.6.2
Has anyone encountered this before? I have absolutely no idea how to fix this problem.
Thank you for any help.
© Stack Overflow or respective owner