initial commit

This commit is contained in:
Mandel WebGUI Bot
2026-02-22 04:57:35 +01:00
commit dbfea830c0
23 changed files with 624 additions and 0 deletions

28
uwsgi-dev.ini Normal file
View File

@@ -0,0 +1,28 @@
[uwsgi]
master = true
chmod-socket = 660
workers = 1
reload-mercy = 30
vacuum = 1
auto-procname = true
enable-threads = false
lazy = 0
no-orphans = true
stats = 127.0.0.1:9191
thunder-lock = false
enable-threads = true
# dev settings
python-autoreload = 1
http = 127.0.0.1:8000
if-env = VIRTUAL_ENV
virtualenv = %(_)
endif =
# Django settings
env = DJANGO_SETTINGS_MODULE=bootfix2_20260222035733.settings.base
module = bootfix2_20260222035733.wsgi:application
# Spoolers
spooler = spooler
spooler-chdir = %d