newbie having difficulty with sqlite

2007-07-04 Thread walterbyrd
My settings.py file looks like this: DATABASE_ENGINE = 'sqlite3'# 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'ado_mssql'. DATABASE_NAME = '/usr/bin/scripts/mysite/books' # Or path to database file if using sqlite3. DATABASE_USER = '' # Not used with sqlite3. DATABA

Re: newbie having difficulty with sqlite

2007-07-04 Thread nick feng
I think you should create the books file by yourself, the sqlite3 may not have the ability to create the file in your file system. - Original Message - From: "walterbyrd" <[EMAIL PROTECTED]> To: "Django users" Sent: Thursday, July 05, 2007 2:25 AM Subject: new

Re: newbie having difficulty with sqlite

2007-07-04 Thread walterbyrd
On Jul 4, 12:31 pm, "nick feng" <[EMAIL PROTECTED]> wrote: > I think you should create the books file by yourself, the sqlite3 may not > have the ability to create the file in your file system. Thank you. That did it. --~--~-~--~~~---~--~~ You received this m