tallybill/main/apps.py
2019-08-17 02:05:08 +02:00

6 lines
83 B
Python

from django.apps import AppConfig
class MainConfig(AppConfig):
name = 'main'