Re: Sqlite3 database fail

2009-04-04 Thread zayatzz
Thanks to both of you. worked just fine. Alan On Apr 4, 10:50 pm, dls wrote: > Yes, once you have executed the initial "python manage.py syncdb" your > database will automatically be created by Django and you will be able > to open in using SQLite. If you are starting a brand new project you >

Re: Sqlite3 database fail

2009-04-04 Thread dls
Yes, once you have executed the initial "python manage.py syncdb" your database will automatically be created by Django and you will be able to open in using SQLite. If you are starting a brand new project you should try "python manage.py startapp [appname]", which will create a new application in

Re: Sqlite3 database fail

2009-04-04 Thread zayatzz
So i should just set the database file name in settings.py and stop worring about it untill i hit syncdb?' Alan. On Apr 4, 10:38 pm, Alex Gaynor wrote: > On Sat, Apr 4, 2009 at 3:34 PM, alan.kesselm...@gmail.com < > > > > alan.kesselm...@gmail.com> wrote: > > > Hello > > > I decided to check ou

Re: Sqlite3 database fail

2009-04-04 Thread Alex Gaynor
On Sat, Apr 4, 2009 at 3:34 PM, alan.kesselm...@gmail.com < alan.kesselm...@gmail.com> wrote: > > Hello > > I decided to check out django and i finished tutorial and it was all > good. When i wanted to try something for myself and created another > app and proceeded to create new database for this

Sqlite3 database fail

2009-04-04 Thread alan.kesselm...@gmail.com
Hello I decided to check out django and i finished tutorial and it was all good. When i wanted to try something for myself and created another app and proceeded to create new database for this project - i failed. I installed sqlite3 on my computer (i use kubuntu 9.04) and when i run sqlite3 inse