labelbase/userprofile/apps.py
Xavier Fiechter 90ca5bef8c .
2023-02-04 11:02:38 +01:00

9 lines
211 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