| Name | thobryan |
|---|---|
| Email Address | n/a |
| Posts | 1 |
-
- 2009-08-31 08:34:28
- Admin template on Apache
- Board » Django Standard Library » Admin
-
I had started a django project, but when I access the administration site (/admin) when I am running it on apache I cant see any template, but when I run it by 'testserver' it works fine.
Could somebody help me ?
Here is my apache configuration:
<Location "/">
SetHandler python-program
PythonPath "['/home/thomas/django/'] + sys.path"
PythonHandler django.core.handlers.modpython
SetEnv DJANGO_SETTINGS_MODULE ee.settings
PythonDebug On
</Location>


