[Answer]-Post_save signal: Creating Extended User Profile, Where to put

1👍

It doesn’t matter where it is located, though it is typically found in the same location as models.py. To ensure that it is called just do import signals after your models are defined in models.py.

👤arocks

0👍

I think, you want to have a custom user model.

👤tjati

Leave a comment