Files
vrobbler/vrobbler/apps/discgolf/apps.py
Colin Powell 1f5fada8b1
Some checks failed
build / test (push) Has been cancelled
[discgolf] Add new scrobble type
2026-06-20 00:37:18 -04:00

7 lines
148 B
Python

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