labelbase/django/userprofile/apps.py
Xavier Fiechter 001fe53ac7 .
2024-02-09 22:56:30 +01:00

9 lines
225 B
Python

from django.apps import AppConfig
class UserprofileConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "userprofile"
def ready(self):
import userprofile.signals # noqa: F401