Skip to content
Snippets Groups Projects
apps.py 85 B
from django.apps import AppConfig


class StatsConfig(AppConfig):
    name = 'stats'