python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Django - Admin Area - I can't delete a user from users (User matching query does not exist.)
I created a Users app. In models i create a Profile and signals. In admin area i can create a new user end is created a Profile as well. When i delete the new user form Profile is also deleted from Us...
Robert Murariu
Votes: 0
Answers: 1
Objects created from celery task not firing django post_save signal
I have a celery task that creates a modal object. I'm trying to run some code after the object is created using django post_save signal. but for some reason, the signals are not firing.
models.py
clas...

Arun Laxman
Votes: 0
Answers: 0
Displaying messages through django signals
I'm looking to make a django app that uses signals. (using django signals) There I would like to run some functions, and based on which output they give, send a message within the webpage. so for exam...
gmv
Votes: 0
Answers: 0
How to access an object's fields and manipulate them when using pre_delete?
I have a foreign key in the model and I want to change a field's value in that object when pre_delete is called. I'm new to this concept and just found out that you use a pre delete signal like this:
...
Parsa4I
Votes: 0
Answers: 1