Skip to content

Instantly share code, notes, and snippets.

@brosner
Created October 22, 2008 01:40
Show Gist options
  • Select an option

  • Save brosner/18505 to your computer and use it in GitHub Desktop.

Select an option

Save brosner/18505 to your computer and use it in GitHub Desktop.
This Week in Django is a weekly podcast about all things Django.
This week we talk about updates to the site, a few source commits, some cool projects from the community, and a Tip of the Week.
Please see the Show Notes below for all the pertinent information and links.
h2. Show Notes
big news?
h3. Tracking Trunk ()
* "Display non_field_errors of inline forms in the admin. @(9243)@":http://code.djangoproject.com/changeset/9243
h3. Community Catchup ()
* "Pinax 0.5.0rc1 is out":http://pinaxproject.com/download/ - The very first release of any kind is now out for the Pinax project. A 0.5.0 will be released soon.
* "New Django CMS Project":http://django-cms.org/ - New open source Django CMS Project which is centered around the "page" concept but has a few nice features including custom content, various markup types, language, assigning templates, tiered navigation, drag and drop interface, etc.
* "Orderable inlines using drag and drop with jQuery UI":http://www.djangosnippets.org/snippets/1053/ - Some discussion was flying around DjangoCon about a more advanced admin UI for ordering data in the admin. Simon posted this snippet shortly after and it looks like it makes ordering data via drag/drop very easy - "An easy way of making inlines orderable using drag-and-drop, using jQuery UI's sortable() plugin."
* "example of row-level permissions in the admin":http://www.djangosnippets.org/snippets/1054/ - If you ever wanted to know ho to customize the Django admin to allow row level specific permissions then this code snippet if for you. Quote from the snippet, "a very simple multiple user blog model with an admin interface configured to only allow people to edit or delete entries that they have created themselves, unless they are a super user."
* Efficient and Lightweight Notices in Django - http://journal.redflavor.com/efficient-and-lightweight-notices-in-django
** "Proposal: Decouple messages from contrib.auth - django-developer mailing list":http://groups.google.com/group/django-developers/browse_frm/thread/fa9ed943ec627d6b?hl=en
* Jutda Helpdesk - A Django-Powered Ticket Tracker for Small Enterprise http://www.rossp.org/blog/2008/oct/19/open-source-django-helpdesk/
* Django Tip: Poor Man's Model Validation - http://www.pointy-stick.com/blog/2008/10/15/django-tip-poor-mans-model-validation/
* Cache Decorator Snippets - http://www.djangosnippets.org/snippets/1130/, http://www.djangosnippets.org/snippets/1131/
h3. Tip of the Week ()
h3. Thank You! ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment