projects
/
critters-api
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73754f5
)
Removed WSGI script
author
Max Value
<greenwoodw50@gmail.com>
Mon, 9 Dec 2024 06:44:15 +0000
(06:44 +0000)
committer
Max Value
<greenwoodw50@gmail.com>
Mon, 9 Dec 2024 06:44:15 +0000
(06:44 +0000)
Favor on-server script
wsgi.py
[deleted file]
patch
|
blob
|
history
diff --git
a/wsgi.py
b/wsgi.py
deleted file mode 100644
(file)
index
11f8531
..0000000
--- a/
wsgi.py
+++ /dev/null
@@
-1,5
+0,0 @@
-#! .venv/bin/python3
-
-from critters import app
-
-application = app