» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with django + snippets

Django snippets: Update All Apps to Latest Revision

"This snippet is based on #844 and updates all apps in the current directory using hg, svn, git or bzr"

git: del.icio.us tag/git

Django snippets: JsonResponse

A subclass of HttpResponse useful as a shortcut in views; it chooses the correct JSON serializer based on whether or not it is passed a QuerySet.

json: del.icio.us/tag/json

eggdrop.ch " Django newforms: How to create dynamic forms

Django is a great framework for building web applications. Recently they started to create the newforms library that makes it easy to handle forms. But the newforms library works only for static forms. Forms that have a fixed number of fields. What I w

mootools: del.icio.us/tag/mootools