0

I am having some issues on my admin panel which is powered by django-grappelli. When I click on the select all check-button, none of the items get selected.

Grapelli not selecting all on clicking the select all check box

Another issue is, when I select an action e.g. 'Delete selected items', after selecting some items, no Go or Apply Action is shown.

<code>Go</code> or <code>Apply Action</code> button is missing after selecting items

However both this problems get solved when I comment out grappeli in the settings.py file and use the default django admin panel.

Iqbal
  • 2,094
  • 1
  • 20
  • 28

1 Answers1

0

You can try python manage.py collectstatic and refresh your browser

David
  • 11,245
  • 3
  • 41
  • 46