Files
vrobbler/vrobbler/apps/locations/apps.py
Colin Powell 5934dcdf8e
All checks were successful
build & deploy / test (push) Successful in 1m53s
build & deploy / deploy (push) Successful in 1m12s
[format] Blacken everything
2026-03-11 23:54:24 -04:00

6 lines
92 B
Python

from django.apps import AppConfig
class LocationConfig(AppConfig):
name = "locations"