Posts Tagged ‘ 2px-2px ’

rabbitmq + celery + django + celery.views.task_status … simple …

November 2, 2010
By

http://www.b-list.org/weblog/2006/jul/31/ django-tips -simple-ajax-example-part-1/ http://valums.com/ Hi All, So, I've got my django app, rabbitmq and celery working and processing my uploaded files. Next step is to get the client to ...

Read more »

Finding Duration: Creating a context variable from two DateField …

August 5, 2010
By

You can check this page for more information:http://www.b-list.org/weblog/2006/aug/18/ django-tips -using-properties-models-and-managers/ I have a simple model that includes two DateField fields. I have everything passing to the template, ...

Read more »

Passing argument to Template loader

July 8, 2010
By

http://www.b-list.org/weblog/2007/nov/01/ django-tips -template-loading-and-rendering/ but none of these really apply as they are at the view level and this is not practical as I would need to make each and every view do a ...

Read more »

Error using inline displays with a user profile

June 26, 2010
By

http://www.b-list.org/weblog/2006/jun/06/ django-tips -extending-user-model/ and Matt's supplemental blog entry here: http://www.thenestedfloat.com/articles/displaying-custom-user-profile-fields-in-djangos-admin ...

Read more »

Does a new field in existing populated database need both: null …

June 13, 2010
By

empty string instead of null? I've read James Bennet's post and the Django docs (links below), but can't fathom the correct approach for this case: http://www.b-list.org/weblog/2006/jun/28/ django-tips -difference-between-blank-and-null/ ...

Read more »