wagtail

Tags
  • Add CSV Export to Wagtail's Modeladmin

    February 6, 2020

    Wagtail is a modern open source CMS written in Python and based on Django. It is easy to integrate with existing Django projects. Apart from traditional CMS features, it provides a nice UI for managing any Django database model via the modeladmin module. This post documents in detail how to add CSV export funcationality. The given code snippets are ready to copy-paste into your project.