Grappelli: An alternative look for the Django Admin-Interface (currently only available for CSS3-compliant browsers).
Take a look at the Screenshots.
NOTE (2009-06-04): We´re about to refactor/cleanup all the CSS-stuff. We´ll remove most of the original django-styles. Besides that, the look & feel of Grappelli will slightly be improved. This should be done by early August. Until then, you may experience unwanted behaviour ... sorry for the inconvenience.
NOTE (2009-04-07): We removed the reordering of Inlines because this can´t be solved with the way Django handles formsets right now (see http://code.djangoproject.com/ticket/8165). Since - in case of errors - ordered_forms are not available, reordering edit-inlines is only possible with extremely overloaded js (like reordering all formsets onload). Our advice is to NOT use Grappelli until this is solved nicely.
Requirements
- Django 1.0.2 (Grappelli is developed against the latest Django release, not the trunk)
Coming Soon / Working on
- i18n.
- Code cleanup.
- Changing the way INSTALLED_APPS are displayed on the admin index-site.
- Refactoring HTML/CSS-Files (Grappelli 2.0).
Updates
Installation & Setup
Using Grappelli
- ModelAdmin Options
- InlineModelAdmin Options
- (Re)Ordering Edit-Inlines
- Related Lookups
- Generic Relationships
- PositionField
- Using TinyMCE
- Customizing Navigation Areas