Add consist app

This commit is contained in:
2022-04-02 12:43:40 +02:00
parent 44b93bd5e8
commit 915bc13575
17 changed files with 266 additions and 3 deletions

6
dcc/consist/apps.py Normal file
View File

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