mirror of
https://github.com/tanrax/org-social-relay
synced 2026-07-25 02:34:58 +02:00
7 lines
146 B
Python
7 lines
146 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class StatsConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "app.stats"
|