>Renamed app "standards" to "dokumente" - finally working as expected.

This commit is contained in:
Adrian A. Baumann
2025-10-22 15:08:42 +02:00
parent 4de2ad38c5
commit b391ab0ef6
27 changed files with 32 additions and 32 deletions

6
dokumente/apps.py Normal file
View File

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