This repository was archived by the owner on Aug 12, 2020. It is now read-only.
This repository was archived by the owner on Aug 12, 2020. It is now read-only.
Mod Python #5
Closed
Description
Works amazing running the dev server, however when I try to add it to my httpd.conf and run it with mod python, i get an import settings error. Any help?
<Directory "/Library/WebServer/Documents/pictureupload">
SetHandler python-program
PythonHandler django.core.handlers.modpython
SetEnv DJANGO_SETTINGS_MODULE pictureupload.settings
PythonDebug On
PythonOption django.root /pictureupload/upload/new
</Directory>
Metadata
Metadata
Assignees
Labels
No labels