feat(devops): Add devops module

ref: 656
This commit is contained in:
2025-03-01 20:50:58 +09:30
parent fa03f7471b
commit 9d88bf8827
4 changed files with 6 additions and 0 deletions

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

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