usually app disappears when some run-time error happends (or when
thereare no class Admin: in
models.py but I think you did not altered that, right?)
It was indeed a run-time error.
One of my import statements was missing the project name (i.e. I had "from app.models
import..." rather than "from project.app.models import...". I assume that because I
ran the dev server from my project directory, it was able to find the app, whereas Apache wasn't
able to.
please try enabling Debug in your mod_python (PythonDebug On)
and look at apache log files
I did have PythonDebug On, but I don't see anything useful in any Apache log
file. Is there something else needed ?
(I found my problem by trying to access my data through a non-Admin page, where
I saw a python traceback page).
Chris
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Django
users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---