Django Suit documentation

Django Suit - Modern theme for Django admin interface.

About

Django Suit is alternative theme/skin/extension for Django admin app (administration interface).

Licence

Resources

Preview

Click on screenshot for live demo:

Django Suit Preview

Features

Widgets

There are handy widgets included in Django Suit.

Form tabs

Form tabs help you organize form fieldsets and inlines into tabs.

Form includes

Django Suit provides handy shortcut to include templates into forms.

List attributes

Using few callable helpers you can customize change list row and cell attributes based on object instance variables.

Wysiwyg editors

How to use wysiwyg editors in Django Suit.

Support

Examples

Besides documentation examples, Django Suit demo application source code is also available on separate github repository: django-suit-examples. If you see anything in demo application, you can always go to this repository and see implementation and code in one of models.py or admin.py files

Supported apps

Besides Django admin, Django Suit supports following third-party apps:

Important

If you are using third-party apps with special admin support (like django-cms) you also need to add 'suit' before 'cms' in the list of `INSTALLED_APPS` in your `settings.py` file.