Files
Scoring-System/backend/shop/apps.py
爽哒哒 290be5d5be
All checks were successful
Deploy to Server / deploy (push) Successful in 19s
first commit
2026-03-20 23:30:57 +08:00

10 lines
167 B
Python

from django.apps import AppConfig
class ShopConfig(AppConfig):
name = 'shop'
verbose_name = "课程培训"
def ready(self):
import shop.signals