added aviary
This commit is contained in:
parent
f8545a26fe
commit
6af0a15f9e
10 changed files with 50 additions and 6 deletions
6
aviary/apps.py
Normal file
6
aviary/apps.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class AviaryConfig(AppConfig):
|
||||
default_auto_field = "django.db.models.BigAutoField"
|
||||
name = "aviary"
|
Loading…
Add table
Add a link
Reference in a new issue