Skip to content
Snippets Groups Projects
Commit 3a7bb4fb authored by Floreal Cabanettes's avatar Floreal Cabanettes
Browse files

Make wsgi generic: specific path is now set in the Apache config

parent 96498678
No related branches found
No related tags found
No related merge requests found
#from main import app as application
import sys
sys.path.insert(0, '/var/www/dgenies/srv')
from main import app as application
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment