add apps.py to all apps
This commit is contained in:
parent
ff0c9b8221
commit
a035d37229
27 changed files with 160 additions and 0 deletions
7
pandora/edit/apps.py
Normal file
7
pandora/edit/apps.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class EditConfig(AppConfig):
|
||||
default_auto_field = "django.db.models.BigAutoField"
|
||||
name = 'edit'
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue