mirror of
https://github.com/RunLit/Bambu-Run.git
synced 2026-06-22 14:09:04 +01:00
8 lines
180 B
Python
8 lines
180 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class BambuRunConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "bambu_run"
|
|
verbose_name = "Bambu Run"
|