Files
flowers/flowers.wsgi
T
2025-03-25 20:32:26 +00:00

8 lines
131 B
Python

#!/usr/bin/python
import sys
sys.path.insert(0, '/usr/share/projects/wsgi_apps/flowers')
from flowers import app as application