rewritten after codex recommendations
This commit is contained in:
+4
-2
@@ -1,7 +1,9 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
import sys
|
||||
sys.path.insert(0, '/usr/share/projects/wsgi_apps/flowers')
|
||||
|
||||
from flowers import app as application
|
||||
sys.path.insert(0, "/usr/share/projects/wsgi_apps/flowers")
|
||||
|
||||
from flowers import create_app
|
||||
|
||||
application = create_app()
|
||||
|
||||
Reference in New Issue
Block a user