@receiver(post_save, sender=User) def create_profile(sender, instance, created, **kwargs): if created: Profile1.objects.create(customer=instance)