Django signals vs. overriding save method
I’m having trouble wrapping my head around this. Right now I have some models that looks kind of like this:
I’m having trouble wrapping my head around this. Right now I have some models that looks kind of like this:
I have a question about django.
I am getting TransactionManagementError when trying to save a Django User model instance and in its post_save signal, I’m saving some models that have the user as the foreign key.