Initial bayer app

This commit is contained in:
Tim Lorsbach
2026-03-06 15:27:00 +01:00
parent 5c23a2f21c
commit 29fca1f2ec
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'