Nessuna descrizione

apps.py 211B

12345678910
  1. from django.apps import AppConfig
  2. class UserprofileConfig(AppConfig):
  3. default_auto_field = 'django.db.models.BigAutoField'
  4. name = 'userprofile'
  5. def ready(self):
  6. import userprofile.signals