Remove wsgi

This commit is contained in:
Robbe Van Herck 2020-05-13 16:25:13 +02:00
parent e5217dc38c
commit a320a459dc
3 changed files with 0 additions and 16 deletions

View file

@ -1,11 +0,0 @@
[uwsgi]
module = wsgi
master = true
processes = 1
socket = blokdata.sock
chmod-socket = 660
vacuum = true
die-on-term = true

View file

@ -23,5 +23,4 @@ rsa==4.0
six==1.14.0
uritemplate==3.0.1
urllib3==1.25.9
uWSGI==2.0.18
Werkzeug==1.0.1

View file

@ -1,4 +0,0 @@
from src import app as application
if __name__ == "__main__":
application.run()