«Django design patterns is a book about commonly occuring patterns in Django.» «This is still very much a work in progress, released in the spirit of release early, release often.» The latest sources are always available from github or in html. Seems like useful book there will be...
- Anton
from Bookmarklet
Taking an automated screenshot of a webpage is a common task, but I can't find any opensource library to accomplish this (I need it for a web application). Do you know of anything like this?
Practical Django Projects introduces this popular framework by way of a series of real–world projects. Readers follow along with the development of each project, implementing and running each application while learning new features along the way. This edition is updated for Django 1.1 and includes a new chapter on unit testing in Django.
- New Tech Books
I think all we really need to make this very usable (instead of the {% raw %} is some way to label template tags, and then exclude them from any particular invocation of the template renderer. This would allow for arbitrary N-pass template rendering (and thus, caching)
- Steve Lacy
Set up Google Apps as smtp-server in Django for send_mail function (http://docs.djangoproject.com/en...) to work [post in Russian, but easy understandable]
What happened to TwiD since then (Feb 28)?
- Lakshman Prasad
Lakshman: We took a break to work on the new version, in a bit of a different format. It's getting *really* close. Follow @djangodose on Twitter for more information.
- Eric Florenzano
Eric: Ok, Thanks! Good Luck for the new format!
- Lakshman Prasad
This is puzzling me: django 1.0 with a mysql database, innodb engine, database created with character set utf8 collate utf8_general_ci.... filtering by object name is insensitive to stressed chars! EntityType.objects.get(name='sven') returns the same object of EntityType.objects.get(name='svèn')...
Very inspired by Eric Florenzano's django-pagination, this one completes it to ease the display of pagniated and sortable tabular data, WITHOUT changing your views! Hope you'll like it :)
- directeur
Is there a Django middleware out there that can notify me of slow requests? Ideally it would look at a setting to find the maximum number of seconds any request can take, if a request crosses that boundary then it should mail me the request object.
Well, I wrote my own inside of the main function that hits MySQL in RSSmeme. It emails me if any query takes longer than 1 second. Still this seems like something that should be done easily in a middleware perhaps even built in.
- Benjamin Golub
Django popular stories widget (feed) which lists down the popular stories in Django by examining Google reader shared items ,delicious ,magnolia etc via friendfeed - http://uswaretech.com/blog...