Apps aren't loaded yet. with signals
I have an app not ready style error when i use signal. I think this is due to the User auth in the profile model , from what i've see using google there is some issue with the user auth. i think that the error is here : class Profile_User(models.Model): user = models.OneToOneField(User, null=True) but i have no clue on how to solve it. The model with the signal : from django.db import models from Modif_Box.models import Modif_Box_User from Profile.models import Profile_User from Post.models import Post_User from django.utils import timezone #from Modif_Box.get_models import get_modif_box