Re: syncdb not finding and syncing my MySQL database

2011-11-21 Thread BillB1951
To clarify the I entered the command "python manage.py syncdb" from the the terminal prompt (current directory) which is consistent with my apps directory. Manage.py is in the project root and executes because its in my search path. I am currently at my day job so I am not able to send the trace-

Re: syncdb not finding and syncing my MySQL database

2011-11-21 Thread Furbee
Yes, please offer more details. One thing I noticed off the bat, though, was that you said you are running "python manage.py syncdb" from the directory where your models.py is. The manage.py file is at the root of your project, not in the apps folder(s) where models.py is. Furbee On Mon, Nov 21,

Re: syncdb not finding and syncing my MySQL database

2011-11-21 Thread Anoop Thomas Mathew
Hi, "I am getting an error" This is not a proper way to ask question. Please post your trace-back somewhere and send the link to the group or at least specify what error is it, so that, we could help you. Thanks, Anoop atm ___ Life is short, Live it hard. On 21 November 2011 23:31, BillB1951

syncdb not finding and syncing my MySQL database

2011-11-21 Thread BillB1951
I am attempting to run "python manage.py syncdb" from my apps directory (directory where model.py exists for the app). The settings.py database settings all appear to be ok. I have created MySQL database with the same name as in settings.py and I have verified its creation on the MySQL server. I