Skip to content
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
Closed
@timothyrowan

Description

@timothyrowan

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions