Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Django Grappelli Error

I'm having issues with Django Grappelli. It seems to be loading the CSS just fine, but the styling seems... off. Perhaps some pictures would clarify what I mean:

http://imgur.com/eRlaX

http://imgur.com/T11Xt

like image 297
Leeroy Avatar asked Dec 10 '22 08:12

Leeroy


1 Answers

I just ran into this. You need to make sure that 'grappelli' appears before 'django.contrib.admin' in INSTALLED_APPS.

like image 153
Tim Fletcher Avatar answered Jan 17 '23 10:01

Tim Fletcher