Discussion:
How to create event or trigger when user are created.
Elton Laice
2018-11-23 13:07:19 UTC
Permalink
hi guys.

How to create event or trigger when user are created.

thku
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+***@googlegroups.com.
To post to this group, send email to django-***@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAGoRa9c9UqocvDSoaFi0K9kCnTDoS8ZMRKwDmFHvvQhLcga7uA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
رهام صادقی
2018-11-24 06:42:44 UTC
Permalink
Hi,
You can use django signals with post_save decorators with your model as
receiver.
so every time a user created, your model will send a signal to your desired
function.

‫‪Elton Laice‬‏ <‪***@gmail.com‬‏> در تاریخ جمعه Û²Û³ نوامؚر
Û²Û°Û±Ûž ساعت Û²Û°:ÛŽÛ¹ نو؎ت:‬
Post by Elton Laice
hi guys.
How to create event or trigger when user are created.
thku
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-users/CAGoRa9c9UqocvDSoaFi0K9kCnTDoS8ZMRKwDmFHvvQhLcga7uA%40mail.gmail.com
<https://groups.google.com/d/msgid/django-users/CAGoRa9c9UqocvDSoaFi0K9kCnTDoS8ZMRKwDmFHvvQhLcga7uA%40mail.gmail.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+***@googlegroups.com.
To post to this group, send email to django-***@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAJjGCEPv4gkBAWhvgfEPWaPphR_sy1gzU79g%2Bg59ukTyG_RWsw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Continue reading on narkive:
Loading...