chore: add skeleton for information app

!8
This commit is contained in:
2024-05-19 08:15:48 +09:30
parent 191244ed40
commit e8ab3a0aa5
7 changed files with 75 additions and 0 deletions

6
app/information/apps.py Normal file
View File

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