add apps.py to all apps

This commit is contained in:
j 2023-07-27 19:27:00 +02:00
commit a035d37229
27 changed files with 160 additions and 0 deletions

View file

@ -0,0 +1,7 @@
from django.apps import AppConfig
class TaskQueueConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = 'taskqueue'