This commit is contained in:
AKW 2023-12-26 17:26:43 +08:00
parent 5a7c3ef257
commit a9fb791954
1 changed files with 3 additions and 0 deletions

View File

@ -4,3 +4,6 @@ from django.apps import AppConfig
class JqrConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'apps.jqr'
def ready(self):
from .pubsub import *