Files
walletmonitor/apps/monitor/apps.py
T
2021-01-07 22:12:05 +01:00

6 lines
89 B
Python

from django.apps import AppConfig
class MonitorConfig(AppConfig):
name = 'monitor'