Files
vrobbler/vrobbler/apps/charts/apps.py
Colin Powell d5d27256f8
All checks were successful
build & deploy / test (push) Successful in 1m53s
build & deploy / deploy (push) Successful in 24s
[charts] Big revamp of the charts app
2026-03-21 18:13:53 -04:00

7 lines
144 B
Python

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