Hey I managed to get Apache to find Django!
<Location "/">
SetHandler python-program
PythonHandler django.core.handlers.modpython
PythonPath "['C:\Python'] + sys.path"
SetEnv DJANGO_SETTINGS_MODULE bookmarks.settings
PythonDebug On
</Location>
Now I get a nice Django-styled error instead of the crappy mod_python
one ;)
OperationalError at /
(2003, "Can't connect to MySQL server on 'localhost' (10061)")
Sooo... where do I setup the db? Shouldn't that be left to my project?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---