Most Recent Callcast

Django Dose Callcast - Episode #10: 10/21/2009

A panel involving Brian Rosner, Eric Florenzano, Alex Gaynor, James Tauber, Jannis Leidel, Kevin Fricovsky and James Bennett on reusable apps in Django. Or shall we say, well-written code that happens to be reusable.

Recent Screencasts

No recent screencasts

Recent Articles

Introduction to Aggregates in Django

September 11, 2009 / View Comments

With the 1.1 release of Django came several major new features, prominent among these is ...

Handling Development, Staging, and Production Environments

September 06, 2009 / View Comments

When you’re developing a personal website, a blog, or a website for a small client, ...

Recent Blog Posts

Reusable Application Panel

October 13, 2009 / View Comments

We're please to announce that we'll be recording a panel all about reusable applications, and ...

Welcome to Django Dose

September 06, 2009 / View Comments

Django Dose is now officially open for business! We are pleased to announce that Django ...

Bookmarks

Django Advent Launches

http://djangoadvent.com/
by Kevin Fricovsky
on Feb. 8, 2010
View Comments

If 24ways.org is "the advent calendar for web geeks" then DjangoAdvent is the advent calendar for Django geeks. Inspired ...

Django-Voice community feedback app

http://code.google.com/p/django-voice/
by Kevin Fricovsky
on Jan. 30, 2010
View Comments

Django-Voice is community feedback application ala UserVoice and GetSatisfaction.It was originally built for VerbApp (http://verbapp.com/) and the ...

Evaluating Django Caching Options

http://codysoyland.com/2010/jan/17/evaluating-django-caching-options/
by Kevin Fricovsky
on Jan. 27, 2010
View Comments

Cody Soyland discussing the many caching options available to you as a Django developer and provides some benchmarks using his ...

Lifestream

  • (by L.Plant.98@cantab.net) Changeset [11594]: Corrected regressions introduced in r11586 and r11593 I read the order of …
  • (by L.Plant.98@cantab.net) Changeset [11593]: Improved error messages when people use cache_page in undocumented and now …
  • (by ubernostrum@gmail.com) Changeset [11592]: [1.1.X] Fixed #11931: Removed mention of nonexistent get_sql() method for …
  • (by ubernostrum@gmail.com) Changeset [11591]: Fixed #11931: Removed mention of nonexistent get_sql() method for …
  • (by L.Plant.98@cantab.net) Changeset [11590]: Fixed typo in docstring for decorator_from_middleware_with_args. Thanks …
  • (by ubernostrum@gmail.com) Changeset [11589]: [1.1.X] The 1.1.X branch has been created, so that needs to be past tense. …
  • (by ubernostrum@gmail.com) Changeset [11588]: The 1.1.X branch has been created, so that needs to be past tense.
  • (by L.Plant.98@cantab.net) Changeset [11587]: Rewrote user_passes_test to use auto_adapt_to_methods, removing the need …
  • (by L.Plant.98@cantab.net) Changeset [11586]: Fixed #6371 - several decorators don't work with bound methods. This …
  • (by freakboy@iinet.net.au) Changeset [11585]: [1.1.X] Marked r11577 as merged
  • (by freakboy@iinet.net.au) Changeset [11584]: [1.1.X] Fixed some ReST markup in admin installation docs. Merge of …
  • (by freakboy@iinet.net.au) Changeset [11583]: [1.1.X] Fixed counting error in admin installation overview docs. Merge …
  • (by freakboy@iinet.net.au) Changeset [11582]: [1.1.X] Fixed #11886 -- Corrected handling of F() expressions that use …
  • (by freakboy@iinet.net.au) Changeset [11581]: Fixed #11886 -- Corrected handling of F() expressions that use …
  • (by L.Plant.98@cantab.net) Changeset [11580]: Fixed some ReST markup in admin installation docs.
  • (by L.Plant.98@cantab.net) Changeset [11579]: Fixed counting error in admin installation overview docs.
  • Changeset [11578]: [1.1.X] Fixed #11827: Can now calculate extent in Oracle on tables with …
  • Changeset [11577]: Fixed #11827: Can now calculate extent in Oracle on tables with one point.