Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 493
a.m. Avatar asked Oct 11 '22 00:10

a.m.


2 Answers

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

like image 93
zeekay Avatar answered Oct 20 '22 07:10

zeekay


Have you take a look at this list ?

like image 33
Tudor Constantin Avatar answered Oct 20 '22 07:10

Tudor Constantin