Django and mod_python intermittent error?
Posted
by Peter
on Stack Overflow
See other posts from Stack Overflow
or by Peter
Published on 2010-05-11T04:37:05Z
Indexed on
2010/05/11
4:44 UTC
Read the original article
Hit count: 268
django
|mod-python
I have a Django site at http://sm.rutgers.edu/relive/af_api/index/. It is supposed to display "Home of the relive APIs". If you refresh this page many times, you can see different renderings.
1) The expected page.
2) Django "It worked!" page.
3) "ImportError at /index/" page. If you scroll down enough to ROOT_URLCONF
part, you will see it says 'relive.urls'
. But apparently, it should be 'af_api.urls'
, which is in my settings.py
file.
Since these results happen randomly, is it possible that either Django or mod_python is working unstably?
© Stack Overflow or respective owner