id,summary,reporter,owner,description,type,status,component,version,severity,resolution,keywords,cc,stage,has_patch,needs_docs,needs_tests,needs_better_patch,easy,ui_ux 58,Creating user from interactive interpreter doesn't work with MySQL,Manuzhai ,Adrian Holovaty,"from django.models.auth import users doesn't seem to work with MySQL. I get the following error: {{{ Traceback (most recent call last): File """", line 1, in ? File ""/usr/lib/python2.4/site-packages/django-1.0.0-py2.4.egg/django/models/__init__.py"", line 1, in ? from django.core import meta File ""/usr/lib/python2.4/site-packages/django-1.0.0-py2.4.egg/django/core/meta.py"", line 2, in ? from django.core import db File ""/usr/lib/python2.4/site-packages/django-1.0.0-py2.4.egg/django/core/db/__init__.py"", line 22, in ? raise ImproperlyConfigured, ""Your DATABASE_ENGINE setting, %r, is invalid. Is it spelled correctly?"" % DATABASE_ENGINE django.core.exceptions.ImproperlyConfigured: Your DATABASE_ENGINE setting, 'mysql', is invalid. Is it spelled correctly? }}} I tried checking out the source code to see what caused the error, but this is a little hard, as there is a circular import from db.__init__ and db.backends.mysql, so it seems I can't really see where the problem is coming from.",defect,closed,"Database layer (models, ORM)",,normal,invalid,,,Design decision needed,0,0,0,0,0,0