Redefine base structure

This commit is contained in:
Roman Krček
2024-10-23 21:16:49 +02:00
parent c9a7535ef8
commit 7d345224c3
18 changed files with 228 additions and 3 deletions

View File

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