djangoadmintips's profile picture. Tips and tricks to let you know all the things you *can* do with the Django admin (understanding that it has its limits, of course). Curated by @spookylukey

DjangoAdminTips

@djangoadmintips

Tips and tricks to let you know all the things you *can* do with the Django admin (understanding that it has its limits, of course). Curated by @spookylukey

“The admin now has a sidebar on larger screens for easier navigation. It is enabled by default but can be disabled by using a custom AdminSite and setting AdminSite.enable_nav_sidebar to False.” This is pretty nice! It's collapsible of course. docs.djangoproject.com/en/dev/release…

djangoadmintips's tweet image. “The admin now has a sidebar on larger screens for easier navigation. It is enabled by default but can be disabled by using a custom AdminSite and setting AdminSite.enable_nav_sidebar to False.”

This is pretty nice! It's collapsible of course.

docs.djangoproject.com/en/dev/release…

DjangoAdminTips أعاد

Well I've done it. With many thanks to @webology, @AdamChainz, @laceynwilliams and countless others, I've written my first Django-oriented blog post. The credit for the inspiration goes to them all, the blame is solely mine. dev.to/kenwhitesell/a…


DjangoAdminTips أعاد

I am writing a new book Django Admin Cookbook and looking for feedback: reddit.com/r/django/comme…. If you are on reddit, please leave feedback there. Please RT.


DjangoAdminTips أعاد

Change label on a field in Django admin by @dlorden coderwall.com/p/okfxpg


DjangoAdminTips أعاد

In #django model admin, list_filter can refer to a model from the opposite side of many-to-many relation. For example, if Book model has a ManyToMany field authors, then the BookAdmin can have list_filter = ["authors"] as well as the AuthorAdmin can have list_filter = ["book"].


DjangoAdminTips أعاد

I just published “How to add a text filter to Django Admin” medium.com/p/how-to-add-a…


DjangoAdminTips أعاد

Really enjoying the 2.0 #django release. Mobile-friendly admin interface is a big step forward. Improvements to routing syntax and new GIS features are super nice.


django-admin-interface is a customizable responsive admin interface, based on a modern flat theme, it lets you customize the admin title, logo and colors by the admin itself. Popup windows replaced by modals. github.com/fabiocaccamo/d…


DjangoAdminTips أعاد

I just published “Django Admin Range-Based Date Hierarchy” medium.com/p/django-admin…


Great solution to fixing `date_hierarchy` performance problems for some use cases, nicely packaged up for you!

I just published “Scaling Django Admin Date Hierarchy” medium.com/p/scaling-djan…



Loading...

Something went wrong.


Something went wrong.