Search code examples
djangoadminmarkdown

What are some Apps or add ons that get used to customize Django Admin


Im looking for a list or just suggestions on some Django Admin must haves or things that people tend to use.

I'm particularly interested in adding a Wysiwyg or Markdown Editor to the the TextAreas in the Django Admin.

Any suggestions?


Solution

  • There are a number of apps that add wysiwyg editors to Django's admin, such as django-wysiwyg. There are also a couple of articles on this subject in Django's wiki. Some other django apps that are great for admin customization are django-admin-tools and grappelli. Beyond being a general ovehaul of the user interface, grappelli also includes support for the inclusion of a wysiwig editor. And as always, the Django docs are usually a good first stop.

    Personanlly, I'm particularly fond of grappelli, it's been used to great effect on a number of Django projects, including mezzanine and a few of my own! Here's a preview of the facelift it gives Django's admin:

    enter image description here