Files
vrobbler/vrobbler/apps/trends/apps.py
Colin Powell 57f273b0cc
Some checks failed
build / test (push) Has been cancelled
[trends] Initial trends app
2026-06-16 11:12:13 -04:00

7 lines
144 B
Python

from django.apps import AppConfig
class TrendsConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "trends"