Not a direct answer, but its much easier to use the in-built options to 
extend admin actions:
https://docs.djangoproject.com/en/1.10/ref/contrib/admin/actions/

Otherwise you will probably need to extend/override the admin template to 
add the code&link for your button; e.g. see:
http://stackoverflow.com/questions/6583877/how-to-override-and-extend-basic-django-admin-templates
(read all the answers as the approach has changed over time)


On Wednesday, 16 November 2016 20:06:02 UTC+2, Sandeep Jalagam wrote:
>
>  how can i add custom action button beside add button?  
>

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@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/7bab0340-c10c-4c3c-b42a-b008115758bf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to