﻿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
1814	error messages when starting server	Luis	Adrian Holovaty	"This is what I get when I enter the command ""python manage.py runserver"":

C:\Documents and Settings\Usuario1\Escritorio\mysite\mysite>python manage.py run
server 8081
Validating models...
Unhandled exception in thread started by <function inner_run at 0x00B18230>
Traceback (most recent call last):
  File ""c:\python24\lib\site-packages\django-0.91-py2.4.egg\django\core\manageme
nt.py"", line 757, in inner_run
    validate()
  File ""c:\python24\lib\site-packages\django-0.91-py2.4.egg\django\core\manageme
nt.py"", line 741, in validate
    num_errors = get_validation_errors(outfile)
  File ""c:\python24\lib\site-packages\django-0.91-py2.4.egg\django\core\manageme
nt.py"", line 634, in get_validation_errors
    import django.models
  File ""c:\python24\lib\site-packages\django-0.91-py2.4.egg\django\models\__init
__.py"", line 1, in ?
    from django.core import meta
  File ""c:\python24\lib\site-packages\django-0.91-py2.4.egg\django\core\meta\__i
nit__.py"", line 3, in ?
    from django.core import db
  File ""c:\python24\lib\site-packages\django-0.91-py2.4.egg\django\core\db\__ini
t__.py"", line 23, in ?
    raise ImproperlyConfigured, ""Could not load database backend: %s. Is your DA
TABASE_ENGINE setting (currently, %r) spelled correctly? Available options are:
%s"" % \
django.core.exceptions.ImproperlyConfigured: Could not load database backend: No
 module named psycopg. Is your DATABASE_ENGINE setting (currently, 'postgresql')
 spelled correctly? Available options are: 'ado_mssql', 'mysql', 'postgresql', '
sqlite3'
"	defect	closed	contrib.admin		normal	invalid			Unreviewed	0	0	0	0	0	0
