Re: Admin custom function calls

2012-04-02 Thread Karen Tracey
Please ask questions about using Django in django-users. The topic of this list is the development of Django itself. Karen -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.

Admin custom function calls

2012-04-02 Thread Pradeep
Hi all, I am using Django admin interface for data entry and permissions. I have a requirement like after adding a new row in the table i need to call a function which does something else with the inserted data. Does the admin interface has any option where i can pass something like the ca