Initial spin-off of bambu-run from my private project separation

This commit is contained in:
RNL
2026-02-15 23:51:36 +11:00
parent 37c84fcd9f
commit 441db069c5
43 changed files with 7295 additions and 1 deletions

7
bambu_run/apps.py Normal file
View File

@@ -0,0 +1,7 @@
from django.apps import AppConfig
class BambuRunConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "bambu_run"
verbose_name = "Bambu Run"