Manage user-generated fixtures from the Django admin to keep audit trails, share reproducible scenarios, and seed fresh environments with known records.
admin:user_data view defined in locals/user_data/views.py).locals/templates/admin/data_list.html, providing a searchable table of exported fixtures grouped by app and model.Use the filter field at the top of the table to narrow the list by any fragment of the app name, model name, or entity label. The table updates instantly without a full page refresh.