yzk_wechat_event/apps/jqr/apps.py

10 lines
195 B
Python
Raw Normal View History

2023-12-13 11:41:22 +08:00
from django.apps import AppConfig
class JqrConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'apps.jqr'
2023-12-26 17:26:43 +08:00
def ready(self):
from .pubsub import *