If your using Django-Nonrel, you can use it "right out of the box"
without any special configuration. It uses it's own supplied version
of Django that resides in your app's codebase and ignores GAE's built-
in version so you can ignore any references to "django_setup".
--Joe