Skip to content

Instantly share code, notes, and snippets.

@kapilt
Created April 29, 2010 16:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kapilt/383834 to your computer and use it in GitHub Desktop.
Save kapilt/383834 to your computer and use it in GitHub Desktop.
(dj)kapil@kapil-laptop:~/services/messaging/zookeeper_dashboard$ python manage.py runserver
Validating models...
/home/kapil/services/messaging/dj/lib/python2.6/site-packages/Django-1.1.1-py2.6.egg/django/utils/hashcompat.py:13: DeprecationWarning: the md5 module is deprecated; use hashlib instead
import md5
Unhandled exception in thread started by <function inner_run at 0x96f5b54>
Traceback (most recent call last):
File "/home/kapil/services/messaging/dj/lib/python2.6/site-packages/Django-1.1.1-py2.6.egg/django/core/management/commands/runserver.py", line 48, in inner_run
self.validate(display_num_errors=True)
File "/home/kapil/services/messaging/dj/lib/python2.6/site-packages/Django-1.1.1-py2.6.egg/django/core/management/base.py", line 249, in validate
num_errors = get_validation_errors(s, app)
File "/home/kapil/services/messaging/dj/lib/python2.6/site-packages/Django-1.1.1-py2.6.egg/django/core/management/validation.py", line 22, in get_validation_errors
from django.db import models, connection
File "/home/kapil/services/messaging/dj/lib/python2.6/site-packages/Django-1.1.1-py2.6.egg/django/db/__init__.py", line 41, in <module>
backend = load_backend(settings.DATABASE_ENGINE)
File "/home/kapil/services/messaging/dj/lib/python2.6/site-packages/Django-1.1.1-py2.6.egg/django/db/__init__.py", line 22, in load_backend
return import_module('.base', backend_name)
File "/home/kapil/services/messaging/dj/lib/python2.6/site-packages/Django-1.1.1-py2.6.egg/django/utils/importlib.py", line 35, in import_module
__import__(name)
ImportError: No module named dummy.base
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment