This commit is contained in:
Tim Lorsbach
2026-02-12 14:03:10 +01:00
parent 58ab5b33e3
commit 93390b349b
27 changed files with 495 additions and 1871 deletions

6
bayer/apps.py Normal file
View File

@ -0,0 +1,6 @@
from django.apps import AppConfig
class BayerConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'bayer'