创赢未来评分系统 - 初始化提交(移除大文件)
All checks were successful
Deploy to Server / deploy (push) Successful in 18s
All checks were successful
Deploy to Server / deploy (push) Successful in 18s
This commit is contained in:
9
backend/shop/apps.py
Normal file
9
backend/shop/apps.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class ShopConfig(AppConfig):
|
||||
name = 'shop'
|
||||
verbose_name = "课程培训"
|
||||
|
||||
def ready(self):
|
||||
import shop.signals
|
||||
Reference in New Issue
Block a user