feat(itam): migrate app from own repo

!1
This commit is contained in:
2024-05-15 20:55:30 +09:30
parent f98e3bc9c2
commit 195bb5e4ab
33 changed files with 1303 additions and 1 deletions

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

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