butler_ddochi/nhncloud/apps.py
2024-12-13 17:12:03 +09:00

7 lines
148 B
Python

from django.apps import AppConfig
class NhncloudConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'nhncloud'