mirror of
https://github.com/evraz-hack/backend.git
synced 2024-11-25 02:23:46 +03:00
7 lines
144 B
Python
7 lines
144 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class AnalyticsConfig(AppConfig):
|
|
name = "exhauster_analytics.analytics"
|
|
verbose_name = "Analytics"
|