Files
vrobbler/vrobbler/apps/webpages/apps.py
Colin Powell 6fde9ec8d2
All checks were successful
build / test (push) Successful in 1m59s
[webpages] Add autotagging to webpages
2026-06-18 10:43:21 -04:00

9 lines
153 B
Python

from django.apps import AppConfig
class WebpagesConfig(AppConfig):
name = "webpages"
def ready(self):
import webpages.signals # noqa