thirdparty/google_appengine/lib/django/examples/settings.py
author Sverre Rabbelier <srabbelier@gmail.com>
Wed, 19 Nov 2008 08:39:29 +0000
changeset 505 4f0b8d80e99a
parent 109 620f9b141567
permissions -rwxr-xr-x
Fix user key stuff Key field for user is now link_name, instead of account, as such the method's used by 'create new user' should be updated.

# Django settings for the example project.

DEBUG = True
TEMPLATE_DEBUG = DEBUG
ROOT_URLCONF = 'examples.urls'