minor update

This commit is contained in:
2025-08-26 12:05:43 +05:30
parent 0d78cce3dd
commit adbfec2b10
27 changed files with 120 additions and 262 deletions
+5
View File
@@ -0,0 +1,5 @@
from waitress import serve
from civicfix.wsgi import application
if __name__ == "__main__":
serve(application, host="10.1.192.152", port=8000)