I can view my test at: http://127.0.0.1:8000/
but it's now working when I view it on apache at: http://localhost/
It gives me the TemplateDoesNotExist error. : http://dpaste.com/14947/

This is the apache httpd.conf:
<Location "/">
    SetHandler python-program
    PythonHandler django.core.handlers.modpython
    SetEnv DJANGO_SETTINGS_MODULE soccerux.settings
    PythonDebug On
    PythonPath "['/home/rith'] + sys.path"
</Location>

This is the templates in settings.py:
TEMPLATE_DIRS = (
        "/home/rith/soccerux/templates",
)

Any idea why it's not working with apache? Thank you.


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to