views:

21

answers:

1

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?

A: 

Thanks to stevejalim, I asked my sysadmin to restart Apache. Now the issue is gone!

zihaoyu