Files
vrobbler/vrobbler/apps/profiles/apps.py

9 lines
145 B
Python

from django.apps import AppConfig
class ProfilesConfig(AppConfig):
name = "profiles"
def ready(self):
import profiles.signals