add notes app

This commit is contained in:
Java-Fish 2025-06-10 14:49:08 +02:00
parent acb398be1c
commit a29376b3c5
38 changed files with 1720 additions and 45 deletions

6
app/notizen/apps.py Normal file
View file

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