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

6
pandora/entity/apps.py Normal file
View file

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