Blog-Einträge getaggt mit usability
Add and remove Django-Admin Inlines with JavaScript
The built-in Django Admin-Interface (django.contrib.admin) has a nifty little feature called Inlines or InlineModelAdmins. With Inlines you can edit multiple related objects right on the bottom of the page of the parent object. Looking at the official Django tutorial a Poll-object ...
mehr lesen »Conditional JavaScript navigation
If you have paginated content - and Django makes it really easy to paginate your overview pages - then you may want to have "backwards" links on the detail pages which link back onto the page, on which the user clicked on the object, for example the user browses ...
mehr lesen »