apps.py 89 字节
Newer Older
N
newpanjing 已提交
1 2 3 4 5
from django.apps import AppConfig


class FinanceConfig(AppConfig):
    name = 'finance'