I have some admin-y type functions like "import articles from blog" that currently are called when a particular URL is visited, and I'd like to integrate them into the admin. My first thought, since this is on 1.1, was to use actions, but it appears actions can only work when applied to selected items in the changelist.
While I was looking that up, I saw a suggestion to make it one of the object-tools buttons, but from there I went down a rabbit hole of new APIs and other questions centering around what exactly is the best way to customize the admin these days. So: currently using 1.1.1 final, but could update to a newer version, what is the simplest/best way to add my function into the admin? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.