Anyway, I've tried everything but when i try to view my page in the
browser I get this:
EnvironmentError: Could not import DJANGO_SETTINGS_MODULE
'myproject.settings.main' (is it on sys.path?): No module named
myproject.settings.main
I edited ~/.bashrc both for root and my user (and my directory is in
sys.path) and restarted apache but nothing changes. I also tried
various settings in httpd.conf with no luck. I'm using fedora 4.
Maybe I should use WSGI? Has that been documented?
http://modpython.org/pipermail/mod_python/
Sounds more like a mod_python issue than Django...