Environment: Request Method: GET Request URL: http://blahblahblah.com Django Version: 1.3 Python Version: 2.7.1 Installed Applications: ['django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.sites', 'django.contrib.messages', 'django.contrib.admin', 'django.contrib.webdesign', 'app', 'south', 'debug_toolbar', 'devserver'] Installed Middleware: ('django.middleware.common.CommonMiddleware', 'django.contrib.sessions.middleware.SessionMiddleware', 'django.middleware.csrf.CsrfViewMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware', 'django.contrib.messages.middleware.MessageMiddleware', 'django.middleware.transaction.TransactionMiddleware', 'debug_toolbar.middleware.DebugToolbarMiddleware') Traceback: File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py" in get_response 89. response = middleware_method(request) File "/usr/local/lib/python2.7/dist-packages/django/middleware/transaction.py" in process_request 12. transaction.enter_transaction_management() File "/usr/local/lib/python2.7/dist-packages/django/db/transaction.py" in enter_transaction_management 45. connection.enter_transaction_management(managed) File "/usr/local/lib/python2.7/dist-packages/django/db/backends/dummy/base.py" in complain 15. raise ImproperlyConfigured("You haven't set the database ENGINE setting yet.") Exception Type: ImproperlyConfigured at /user/logout Exception Value: You haven't set the database ENGINE setting yet.