Re: python manage.py syncdb error: sqlite3.OperationalError: unable to open database file

2009-10-19 Thread selena
! thanks for help, this is (self)resolved s On Oct 19, 5:15 pm, selena <idealnig...@gmail.com> wrote: > sure, here it is: > > # Django settings for mysite project. > > DEBUG = True > TEMPLATE_DEBUG = DEBUG > > ADMINS = ('selena', 'idealnig...@gmail.com' >     # ('Y

Re: python manage.py syncdb error: sqlite3.OperationalError: unable to open database file

2009-10-19 Thread selena
sure, here it is: # Django settings for mysite project. DEBUG = True TEMPLATE_DEBUG = DEBUG ADMINS = ('selena', 'idealnig...@gmail.com' # ('Your Name', 'your_em...@domain.com'), ) MANAGERS = ADMINS DATABASE_ENGINE = 'sqlite3' # 'postgresql_psycopg2', 'postgresql', 'mysql

python manage.py syncdb error: sqlite3.OperationalError: unable to open database file

2009-10-18 Thread selena
re this comes from and what should i do? is there something to be set in sqlite or should i modify django's destinations/target files? thanks selena --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users&quo