Django admin with grappelli delete data error


When using django admin with Grappelli and delete data, i got this errors :

1
2
NoReverseMatch at /backoffice/documents/document/
Reverse for ‘app_list’ with arguments ‘()’ and keyword arguments ‘{u’app_label’: ”}’ not found. 1 pattern(s) tried: [u’admin/(?P<app_label>membersauth)/$’]

The solution, you just need to upgrade your django-grappelli


Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.