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

7
pandora/edit/apps.py Normal file
View file

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