Re: what has to be changed after project.db deletion and new empty project.db file creation manually

2010-03-04 Thread gintare
Thanks now it works, In time i posted the question syncdb did not generated database file "referenc.db". Thats i posted the question. Now it works normally again. regards, gintare On Mar 3, 6:02 pm, Matt McCants wrote: > For sqlite3, you don't even need to create an

Re: what has to be changed after project.db deletion and new empty project.db file creation manually

2010-03-03 Thread Matt McCants
For sqlite3, you don't even need to create an empty db. Just put the desired filename in your settings.py for the database name and run python manage.py syncdb and the database will be created along with all the tables based on the models for all the installed apps. You don't actually need to

what has to be changed after project.db deletion and new empty project.db file creation manually

2010-03-02 Thread gintare
Hello. to summarize the question is which lines has to be changed when the database file i.e, referenc.db is deleted and later created manually as empty database? The problem is that i created whole project a week before. Later i modified modules, added new tables and new fields (Rrest column