Files
pthelper/apps/notify/apps.py
2022-03-08 15:31:53 +08:00

7 lines
144 B
Python

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