|
Revision 209 (or thereabouts) seems to have introduced a bug that causes nothing to render on the screen for the home page due to the following reason. This bug is still active as of rev 251.
Django then references the following template location:
Is there some reason why I'm seeing this and nobody else is? |
|
It's most likely that your code needs to be updated. We're quite a few commits further down the road, and the upper and lower sidebar content is working flawlessly on a bunch of different OSQA sites. It is possible that your code is updated, but your server needs to be restarted. It looks like your templates are updated, but maybe your apache is still running older python code from a prior launch. That probably is the answer. Unfortunately on DreamHost this seems to have caused permanent damage. Oh well.
(13 May '10, 01:05)
bphunter1972
After you update your code you can use
(13 May '10, 06:04)
Hernani Cerq... ♦♦
@bphunter1972, if your problems persist, then hop into the OSQA chat channel, and we'll be glad to try to help you.
(13 May '10, 07:26)
rickross ♦♦
|