mirror of
https://gitlab.fdmci.hva.nl/technische-informatica-sm3/ti-projectten/rooziinuubii79.git
synced 2025-08-05 12:54:57 +00:00
Compare commits
2 Commits
aca6644c02
...
db6fa156c9
Author | SHA1 | Date | |
---|---|---|---|
|
db6fa156c9 | ||
|
048790ec8b |
7
src/Python/wsgi.py
Normal file
7
src/Python/wsgi.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import sys
|
||||
import logging
|
||||
|
||||
logging.basicConfig(stream=sys.stderr)
|
||||
sys.path.insert(0, "/home/rooziinuubii79/src/Python/flask/web")
|
||||
|
||||
from app import app as application
|
Reference in New Issue
Block a user