Questions tagged [django-grappelli]

django-grappelli is a grid-based alternative/extension to the Django administration interface

django-grappelli is a grid-based alternative/extension to the Django administration interface.

154 questions
0
votes
2 answers

Django-CMS with Grappelli messed up the layout for admin cms pages

I just installed grappelli into a Django-CMS site by following the standard routine - pip install django-grappelli, add it to INSTALLED_APPS, add in the url pattern, then syncdb and collectstatic. However, although all the other pages in the admin…
user14412
  • 987
  • 1
  • 11
  • 32
0
votes
1 answer

The django grappelli admin panel menu

I have integrated the "django-grappelli" from here. This plugin changed my dashboard and all admin designs but is it any ways to add admin panel menu on top. I have checked the django admin-tools but grappelli is work with admin-tools but don't have…
PHP Connect
  • 539
  • 2
  • 7
  • 24
0
votes
2 answers

using django grappelli dashboard with dotcloud

I'm trying to set up admin with grappelli on dotcloud services. I've got that all up and running fine however when I try and add a custom dashboard to the equation, I get errors stating: ImportError at /admin/ No module named dashboard However I…
Llanilek
  • 3,386
  • 5
  • 39
  • 65
-1
votes
1 answer

How grappelli find url?

I write this code block to my admin.py class Media: js = [ settings.STATIC_URL+'grappelli/tinymce/jscripts/tiny_mce/tiny_mce.js', settings.STATIC_URL+'grappelli/tinymce_setup/tinymce_setup.js', ] But I dont have grappelli…
aysekucuk
  • 461
  • 5
  • 16
1 2 3
10
11