﻿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
478	error with sqlite and admin	anonymous	Adrian Holovaty	"When trying to load the admin page, it  comes up with this error (I´m using sqlite):

{{{
Mod_python error: ""PythonHandler django.core.handlers.modpython""

Traceback (most recent call last):

  File ""/usr/lib/python2.4/site-packages/mod_python/apache.py"", line 299, in HandlerDispatch
    result = object(req)

  File ""/home/joey/django_projects/django/core/handlers/modpython.py"", line 164, in handler
    return ModPythonHandler()(req)

  File ""/home/joey/django_projects/django/core/handlers/modpython.py"", line 145, in __call__
    response = middleware_method(request, response)

  File ""/home/joey/django_projects/django/middleware/sessions.py"", line 68, in process_response
    datetime.datetime.now() + datetime.timedelta(seconds=SESSION_COOKIE_AGE))

  File ""/home/joey/django_projects/django/models/core.py"", line 148, in _module_save
    s.save()

  File ""/usr/lib/python2.4/site-packages/django/utils/functional.py"", line 3, in _curried

  File ""/home/joey/django_projects/django/core/meta/__init__.py"", line 801, in method_save
    ','.join(field_names), ','.join(placeholders)), db_values)

  File ""/usr/lib/python2.4/site-packages/django/core/db/base.py"", line 10, in execute

  File ""/home/joey/django_projects/django/core/db/backends/sqlite3.py"", line 67, in execute
    return Database.Cursor.execute(self, query, params)

OperationalError: SQL logic error or missing database
}}}"	defect	closed	contrib.admin		normal	worksforme			Unreviewed	0	0	0	0	0	0
