1 | Environment: |
---|
2 | |
---|
3 | |
---|
4 | Request Method: GET |
---|
5 | Request URL: http://blahblahblah.com |
---|
6 | |
---|
7 | Django Version: 1.3 |
---|
8 | Python Version: 2.7.1 |
---|
9 | Installed Applications: |
---|
10 | ['django.contrib.auth', |
---|
11 | 'django.contrib.contenttypes', |
---|
12 | 'django.contrib.sessions', |
---|
13 | 'django.contrib.sites', |
---|
14 | 'django.contrib.messages', |
---|
15 | 'django.contrib.admin', |
---|
16 | 'django.contrib.webdesign', |
---|
17 | 'app', |
---|
18 | 'south', |
---|
19 | 'debug_toolbar', |
---|
20 | 'devserver'] |
---|
21 | Installed Middleware: |
---|
22 | ('django.middleware.common.CommonMiddleware', |
---|
23 | 'django.contrib.sessions.middleware.SessionMiddleware', |
---|
24 | 'django.middleware.csrf.CsrfViewMiddleware', |
---|
25 | 'django.contrib.auth.middleware.AuthenticationMiddleware', |
---|
26 | 'django.contrib.messages.middleware.MessageMiddleware', |
---|
27 | 'django.middleware.transaction.TransactionMiddleware', |
---|
28 | 'debug_toolbar.middleware.DebugToolbarMiddleware') |
---|
29 | |
---|
30 | |
---|
31 | Traceback: |
---|
32 | File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py" in get_response |
---|
33 | 89. response = middleware_method(request) |
---|
34 | File "/usr/local/lib/python2.7/dist-packages/django/middleware/transaction.py" in process_request |
---|
35 | 12. transaction.enter_transaction_management() |
---|
36 | File "/usr/local/lib/python2.7/dist-packages/django/db/transaction.py" in enter_transaction_management |
---|
37 | 45. connection.enter_transaction_management(managed) |
---|
38 | File "/usr/local/lib/python2.7/dist-packages/django/db/backends/dummy/base.py" in complain |
---|
39 | 15. raise ImproperlyConfigured("You haven't set the database ENGINE setting yet.") |
---|
40 | |
---|
41 | Exception Type: ImproperlyConfigured at /user/logout |
---|
42 | Exception Value: You haven't set the database ENGINE setting yet. |
---|
43 | |
---|