mirror of
https://github.com/nelsbrock/NateMan.git
synced 2026-08-14 21:36:49 +02:00
__main__.py hinzugefügt, wsgi.py entfernt
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
include wsgi.py
|
|
||||||
graft nateman/resources
|
graft nateman/resources
|
||||||
graft nateman/static
|
graft nateman/static
|
||||||
graft nateman/templates
|
graft nateman/templates
|
||||||
|
|||||||
@@ -0,0 +1,2 @@
|
|||||||
|
from . import create_app
|
||||||
|
create_app().run()
|
||||||
Reference in New Issue
Block a user