Files
2021-01-21 10:10:50 +00:00

6 lines
85 B
Python

from django.apps import AppConfig
class StatsConfig(AppConfig):
name = 'stats'