Hello
I am trying to use Django with mySQL. I have edited the settings.py
file in my project to point it towards the correct database but when I
try to use "manage.py syncdb" I get an error message that tells me
that there is no module named MySQLdb. I tried to install mySQLdb by
installing MySQ
use a pre-compiled MySQL MSI install:
>
> http://www.codegood.com/archives/129
>
> Hope this helps
>
> Cal
>
>
>
>
>
>
>
> On Mon, Jun 20, 2011 at 10:01 PM, T4 Phage wrote:
> > Hello
>
> > I am trying to use Django with mySQL. I have edit
Hello!
When I run syncdb it returns an error ending in
"_mysql_exceptions.OperationalError: (1050, "Table 'people_person'
already exists")." I know that the table 'people_person' already
exists because I used syncdb to make it earlier (and because I can see
it in my database).
Of course if I dum
3 matches
Mail list logo