The 42 Topics Blog:
Django has three builtin template loaders which are used to get the templates for rendering.TEMPLATE_LOADERS = ( 'django.template.loaders.filesystem.load_template_source', 'django.template.loaders.app_directories.load_t (Read More)
Andy McKay's blog:
I am very excited to announce the DjangoSki Conference in Whistler, March 2nd-4th 2010.This is a conference that combines my favourite web application framework with one of my favourite sports, skiing. If you are going to run (Read More)
Google App Engine Google Group:
I've started working on (or at least at this point only arguing with django people) this project as well, but it is still some time off so I wouldn't hold your breath quite yet. (Read More)
Submitted by jgmize
from Google Reader:
This is just a quick post because it's already past midnight here. Last week I realized some potentially useful code that I extracted from the DjangoDose and typewar codebases. Basically this code let's you get simple histo (Read More)
Submitted by jgmize
from Google Reader:
Save this shell script to the root of your Django project as "tags.sh", make it executable with "chmod +x tags.sh", and run it from the project root with "./tags.sh", and you will have a "tags" file for vim and a "TAGS" file (Read More)
Submitted by jgmize
from Google Reader:
At Imaginary Landscape, we definitely enjoy leveraging the many open source applications that exist out in the wild. We also create some of our own open source applications, along with a few closed source applications that ar (Read More)
Google App Engine Google Group:
Traditional relational databases are not scalable, and using such library would most likely result in a data organization that does not scale well. Might be fine for a lot of apps, but it kind of defeat the main purpose of (Read More)
Submitted by jgmize
from Google Reader:
On Monday at work, our sites started to slow to a crawl. We looked to diagnose the problem, and found that the database server had a load of 10, and was struggling to keep up with the morning rush of traffic. After EXPLAINing (Read More)
Submitted by hoffmann
from Twitter:
Announcing Kong: A server description and deployment testing tool | Surfing in Kansas http://is.gd/4XYzJ #django. (Read More)
Google App Engine Google Group:
Hi all, I'm newbie in this App Engine. As far I know, lot of Django app portability get solved if someone implement a Django database backend for App Engine. Even I read "Once queryset-refactor lands in trunk, it might al (Read More)
Simon Willison's items tagged django:
Announcing Kong: A server description and deployment testing tool. An ultra simple website monitoring tool written in Django which makes it easy to manage a list of Twill scripts for testing different sites. It was developed (Read More)
The Voidspace Techie Blog:
As I mentioned in my last entry I'm now working on a Silverlight application with Django on the backend. This means that we're using Django to serve json to the Silverlight application, so whilst we're using the Django ORM, u (Read More)
Google App Engine Google Group:
django has impressive builtin editor for our models with djangoforms.ModelForm seen on [link] Theoretically the create "CRUD" and/or factory pattern [link] I recommend and use for likewise. The categoryproperty.db. (Read More)
The Voidspace Techie Blog:
Big personal news; I've changed jobs. After more than three years working with Resolver Systems I felt it was time to broaden my development experience. ... [347 words]
. (Read More)
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)