Re: MySQL Errors Using syncdb

2008-07-05 Thread Arif
Karen, You were spot on it was an error in the models file, thank you so so much! Very much appreciated. On Jul 5, 5:45 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > On Sat, Jul 5, 2008 at 3:03 AM, Arif <[EMAIL PROTECTED]> wrote: > > Thanks for your reply but I don't think it is a problem with

Re: MySQL Errors Using syncdb

2008-07-05 Thread Karen Tracey
On Sat, Jul 5, 2008 at 3:03 AM, Arif <[EMAIL PROTECTED]> wrote: > Thanks for your reply but I don't think it is a problem with the > models, the same scripts work on my old Windows machine on localhost, > and the scripts work on my production linux server. > > I have only had this problem since I

Re: MySQL Errors Using syncdb

2008-07-05 Thread Arif
Thanks for your reply but I don't think it is a problem with the models, the same scripts work on my old Windows machine on localhost, and the scripts work on my production linux server. I have only had this problem since I installed Django on my new Macbook Pro, sorry I should have mentioned tha

Re: MySQL Errors Using syncdb

2008-07-04 Thread Karen Tracey
On Fri, Jul 4, 2008 at 6:01 PM, Arif <[EMAIL PROTECTED]> wrote: > > Hi, > > I hope someone can shed some light on this as I have been trying to > get Django to work for hours and hours. > > If I run a Django site that does not have a database connection the > localserver starts correctly, however