Google App Engine Google Group:
I Should add that the memcache is properly set (memcache.Set), and shows "set_status: 1 ". So the problem is that the next view of the page does not ever get the cached version. No visitor ever gets a "memcache.Get" What (Read More)
Google App Engine Google Group:
Did you also take overall code size and number of loaded modules (in particular on first load) into account? If you have 100% the same code and the only difference is use_library vs aep then this might indicate an io bottl (Read More)
The 42 Topics Blog:
This is announcement about our new work, Django Gotchas, a teeny tiny ebook about commonly occurring gotchas with Django. Here is the readme copied from the project.Django-gotchas is a collections of gotchas which happen com (Read More)
Simon Willison's items tagged django:
Writing good documentation (part 1). Jacob explains some of the philosophy behind Django’s documentation. Topical guides are particularly interesting—many projects skip them (leaving books to fill the gap) but they fill an es (Read More)
Simon Willison's items tagged django:
Correct way to handle mobile browsers. If your site has an equivalent “mobile” version running on a different subdomain, how and when should you redirect mobile users to it and how should you let them opt in or opt out?
. (Read More)
random.choice(['idea', 'rant', 'link', 'tip']):
Yes, it's a long overdue release for the collection of tools to use Django on top Jython that began its life after my Google Summer of Code project in 2008. If you don't know what I'm talking about, take a look at the shiny n (Read More)
Google App Engine Google Group:
yes 2009/11/6 Nguyễn Kim Kha -- gae-django-cms (GD-cms) a multi-user CMS running on GAE sample [link] projects [link]. (Read More)
Ministry of Intrigue:
LinkLink To SourceThis is a sweet search application for Django. When I first wrote my site, I had to patch the model code to have it utilize the native full text search available in PostgreSQL, and then some truly ugly searc (Read More)
Simon Willison's Weblog:
Large Problems in Django, Mostly Solved: Search. Eric Holscher shows how Haystack uses a number of common Django patterns (object registration, pluggable backends, QuerySet-style chaining and class-based views) to great effec (Read More)
Google App Engine Google Group:
NO way 2009/11/3 Eli -- gae-django-cms (GD-cms) a multi-user CMS running on GAE sample [link] docs [link] projects [link]. (Read More)
Google App Engine Google Group:
use app-engine-patch 2009/11/3 Yan Wang -- gae-django-cms (GD-cms) a multi-user CMS running on GAE sample [link] docs [link] projects [link]. (Read More)
Google App Engine Google Group:
We have a webapp application that occasionally gets DeadlineExceededErrors on cold start (i.e., >30s!). This is a regular occurrence on our Django-based apps. Happens at the usual times: say, 6-9a PST. j. (Read More)
Google App Engine Google Group:
Thanks Ryan, I thought point 3 seems like the proper direction to go in, thanks. I can handle putting together a simple django template I would say - seems straight forward enough. However I'm stuck from there on in! i.e. (Read More)
Andy McKay's blog:
I'm pleased to announce that in January 2010 I'll be running Django Training in Vancouver. The four day training covers all the things you need to know about getting Django up and running. The training is very hands-on - a bi (Read More)