Re: Problem upgrading from 0.95 build 3085 to 3233

2006-07-07 Thread olive
I have checkd out the code from scratch (now it is 3275) but the problem remains. I suspect that something is wrong in my model since 3085 but I can't figure out what. Please help ! --~--~-~--~~~---~--~~ You received this message because you are subscribed to t

Re: Problem upgrading from 0.95 build 3085 to 3233

2006-06-30 Thread Frankie Robertson
Svn tries do patch your project with loads of diffs at once, this usually work, but can sometimes fail horribly. Try deleting the django_src directory then checking it out from scratch. Frankie On 29/06/06, olive <[EMAIL PROTECTED]> wrote: > > Hi, > > there is no problem using the database in pl

Problem upgrading from 0.95 build 3085 to 3233

2006-06-29 Thread olive
Hi, there is no problem using the database in place. The problem occures when I try to create the database from scratch: mysql -uroot -p%passwd% -e"drop database %database%" mysql -uroot -p%passwd% -e"create database %database%" python manage.py syncdb Creating table auth_message Creating tabl