Initial bayer app

This commit is contained in:
Tim Lorsbach
2026-03-06 15:27:00 +01:00
parent fb073438db
commit 9afa122abe
11 changed files with 264 additions and 0 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'