initial commit

This commit is contained in:
Mandel WebGUI Bot
2026-02-22 04:53:48 +01:00
commit 49bd2f27cb
23 changed files with 624 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
import os
import sys
def main():
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "bootok_20260222035346.settings.base")
from django.core.management import execute_from_command_line
execute_from_command_line(sys.argv)