did the needful
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2021-11-23 01:41:24 +01:00
parent 851f451354
commit fc36a08b70
8 changed files with 203 additions and 5 deletions

12
uwsgi.ini Normal file
View File

@@ -0,0 +1,12 @@
[uwsgi]
module = wsgi
http-socket = :8000
master = true
enable-threads = true
die-on-term = true
manage-script-name = true
mount=/=app:app
mule=mule.py