开发者

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

开发者 https://www.devze.com 2023-03-06 11:36 出处:网络
Im looking for a list or just suggest开发者_如何转开发ions on some Django Admin must haves or things that people tend to use.

Im looking for a list or just suggest开发者_如何转开发ions 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?


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:

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


Have you take a look at this list ?


I use the django-adimin-tools myself, it lets you create custom menus and custom dashboard as well as custom css. Here is what it looks like pretty much out of the box. Items are draggable. More on that here.

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

I also used django-admin-bootstrapped which uses twitter bootstrap to make the admin look nicer. more information on it here.

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

Grapelli is probably the most popular though and I have been using it in my Mezzanine apps but haven't yet tried it in a vanilla Django app as of yet.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号