Learning django by example source code (not examples)

Posted by Bryce on Programmers See other posts from Programmers or by Bryce
Published on 2012-06-11T07:40:47Z Indexed on 2012/06/11 10:47 UTC
Read the original article Hit count: 474

Filed under:
|

I'm seeking a nice complete open source django application to study and learn best practices from, or even use as a template. The tutorials only go so far, and django is super flexible which can lead one to paining themselves into a corner.

Ideally such a template / example would:

  • Ignore django admin, and implement full CRUD outside the admin.
  • Be built like a large application in terms of best practices and patterns.
  • Have a unit test
  • Use at least one package (e.g. twitter integration or threaded comments)
  • Implement some AJAX or Comet

See also: Learning Django by example

© Programmers or respective owner

Related posts about frameworks

Related posts about django