aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/core/apps.py
blob: 9310a7b0d28b027290ef7aece7fce000170c971a (plain) (blame)
1
2
3
4
5
from django.apps import AppConfig


class CoreConfig(AppConfig):
    name = 'ctrack.core'