Hi,
Try this (http://code.djangoproject.com/wiki/NewbieMistakes):
Django says "Unable to Open Database File" when using SQLite3 ¶
Problem ¶
You're using SQLite3, your DATABASE_NAME is set to the database file's
full path, the database file is writeable by Apache, but you still get
the above erro
I've installed django with mod_python on an apache2 server configured
as below.
When I run /blog/ it works fine but when I try to fire up the /admin/
I get:
OperationalError: unable to open database file
full error below..
I have absolutely no clue how to proceed.
the database is initialized with
2 matches
Mail list logo