I am getting the exact the same error, under python runtime
when I check the log , I got pages of such errors, I know nothing
about this ,
seeming that if I set DEBUG = TRUE will decrease such errors but I am
not sure of this
stack trace:
<class 'django.core.exceptions.ImproperlyConfigured'>: You haven't set
the DATABASE_ENGINE setting yet.
Traceback (most recent call last):
  File "/base/data/home/apps/bbstop10/1.333251275883085776/
django_bootstrap.py", line 71, in <module>
    main()
  File "/base/data/home/apps/bbstop10/1.333251275883085776/
django_bootstrap.py", line 68, in main
    util.run_wsgi_app(application)
  File "/base/python_lib/versions/1/google/appengine/ext/webapp/
util.py", line 76, in run_wsgi_app
    result = application(env, _start_response)
  File "/base/python_lib/versions/1/django/core/handlers/wsgi.py",
line 189, in __call__
    response = self.get_response(request)
  File "/base/python_lib/versions/1/django/core/handlers/base.py",
line 115, in get_response
    receivers = dispatcher.send(signal=signals.got_request_exception)
  File "/base/python_lib/versions/1/django/dispatch/dispatcher.py",
line 360, in send
    **named
  File "/base/python_lib/versions/1/django/dispatch/robustapply.py",
line 47, in robustApply
    return receiver(*arguments, **named)
  File "/base/python_lib/versions/1/django/db/__init__.py", line 47,
in _rollback_on_exception
    transaction.rollback_unless_managed()
  File "/base/python_lib/versions/1/django/db/transaction.py", line
145, in rollback_unless_managed
    connection._rollback()
  File "/base/python_lib/versions/1/django/db/backends/dummy/base.py",
line 13, in complain
    raise ImproperlyConfigured, "You haven't set the DATABASE_ENGINE
setting yet."
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to