You are not logged in.

Change Language:

Profile for thobryan

Name thobryan
Email Address n/a
Posts1
  • 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>





Powered by Sphene Community Tools