burke-software / django-mass-edit

Make bulk changes in the Django admin interface
152 stars 67 forks source link

TemplateDoesNotExist at /admin/app/product-masschange/17205,17204 admin/app/product/mass_change_form.html, admin/app/mass_change_form.html, admin/mass_change_form.html #34

Closed d33tah closed 9 years ago

d33tah commented 9 years ago
(removed the debug data because these were not relevant)
Exception Value: admin/serviceprobes/product/mass_change_form.html, admin/serviceprobes/mass_change_form.html, admin/mass_change_form.html

I installed django-mass-edit by pulling it from github and "sudo python setup.py install" as root. What am I doing wrong?

d33tah commented 9 years ago

Apparently one can fix this by uncommenting django.template.loaders.eggs.Loader in settings.py. Please delete this issue.