add new records using signal in django admin
Posted
by ganesh
on Stack Overflow
See other posts from Stack Overflow
or by ganesh
Published on 2010-06-10T08:08:00Z
Indexed on
2010/06/10
8:13 UTC
Read the original article
Hit count: 165
I've a model called broadcastinfo, It has fields viz.. info,userid...userid is excluded. when i add an new info, my broadcastinfo table should get the records of all userid from user table and the given message. Im trying this via signal.Any idea is highly appreciated. Thanks
© Stack Overflow or respective owner