About 298,000 results
Open links in new tab
  1. django-admin-extra-buttons - PyPI

    Apr 4, 2025 · django-admin-extra-buttons. This is a full rewriting of the original django-admin-extra-url. It provides decorators to easily add custom buttons to Django Admin pages and/or …

  2. python - How to add the custom button which executes a Django admin ...

    May 15, 2023 · To change page in Django Admin, you can add the custom button which runs an admin action.

  3. How To - django-admin-extra-buttons - Read the Docs

    This example shows how to create a button that display a form to upload a file and process it. admin_extra_buttons/upload.html {% extends "admin_extra_buttons/action_page.html" %} {% …

  4. How to Add Custom Action Buttons to Django Admin - Haki Benita

    Nov 2, 2016 · The built-in admin actions, operate on a queryset and are hidden in a dropbox menu. They are not suitable for most use cases. In this article we are going to add custom …

  5. Creating Custom Admin Actions with Extra Data in Django: A …

    Dec 29, 2022 · In this tutorial, we will learn how to create custom actions that allow us to perform specific tasks on a queryset of objects in the Django admin dashboard. We will also learn how …

  6. 4. How to add Custom Action Buttons (not actions) to Django Admin

    First, we will change the template on the HeroAdmin so we can add two buttons.: Then we will override the get_urls, and add the set_immortal and set_mortal methods on the model admin. …

  7. Add custom button to django admin panel - Stack Overflow

    Nov 23, 2016 · If you need to add custom button to detail (object) page, you can do it with Django change_form_template. @admin.register(models.YourModel) class …

  8. [Django]-Create custom buttons in admin change_form in Django

    Dec 10, 2023 · So next, for "Person" admin, set "admin/custom_change_form.html" to "change_form_template", set "True" to "extra_context[‘custom_button’]" in …

  9. @button () - Documentation

    This decorator transform any ModelAdmin method to a view and add a button to the Admin objects toolbar. Examples: AEB try to understand if a button should appear in the …

  10. saxix/django-admin-extra-buttons - GitHub

    It provides decorators to easily add custom buttons to Django Admin pages and/or add views to any ModelAdmin. It allows easy creation of wizards, actions and/or links to external resources …

  11. Some results have been removed
Refresh