summaryrefslogtreecommitdiffstats
path: root/frest/templates/wsgi.txt
diff options
context:
space:
mode:
authorSanto Cariotti <dcariotti24@gmail.com>2020-04-09 19:33:05 +0000
committerSanto Cariotti <dcariotti24@gmail.com>2020-04-09 19:33:05 +0000
commitf7b57c931b19d72a1ce4527b2467fb65fd5df177 (patch)
treea9dc81228b74c0d1e47bf20925865411ee098126 /frest/templates/wsgi.txt
parent0e6fec8d4e5eaf2c72a51e2f2ddcab536c693313 (diff)
freat: create templates files
Diffstat (limited to 'frest/templates/wsgi.txt')
-rw-r--r--frest/templates/wsgi.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/frest/templates/wsgi.txt b/frest/templates/wsgi.txt
new file mode 100644
index 0000000..6026b0f
--- /dev/null
+++ b/frest/templates/wsgi.txt
@@ -0,0 +1,4 @@
+from app import app
+
+if __name__ == "__main__":
+ app.run()