-
-
Notifications
You must be signed in to change notification settings - Fork 26
Signals #49
Comments
does signal.py called? usually signal related codes are writen in model.py or called from model.py |
add 's'. signals.py nd models.py |
Thanks again for your help. Wrote signal's code at models.py - all works great.
And
Nor supplement neither supplement_class don't have information about additional fields from registration form |
hum, it looks a bug. you may need to get supplement from DB while the instance does not have it when signal is called. i'll try to fix it but if you are in rush, get it from db with profile _pk. |
Well, it looks working. How did you access to the supplemental information? |
I made a request to my db knowing the |
What happen if you use the following code (I assumed that your supplement class
|
ping @danmir |
Hello. I'm trying to send email on user_registered signal to get full information about this user. I made
signals.py
file with the following code (as in official django docs on signals):Lately I have added
raise Exception(kwargs)
to see if smth. happens or not.Unfortunately nothing happens nor Exception neither sending email.
Did I made a mistake using your library ?
Thanks.
The text was updated successfully, but these errors were encountered: