Friday, September 26, 2014

Re: Django 1.7 not working with mysql-connector-python 1.1.6 & Python 3.3 ?

No hablo inglés.

Tenía el mismo problema. 

1 - Lo que hice fue actualizar mi versión de Python (Python 2.7.* a Python 3.3.5).
2 - Descargue el driver de MySQL para Python 3.3.* ( mysql-connector-python-2.0.1-py3.3.msi ) 
    desde http://dev.mysql.com/downloads/file.php?id=453803.
3 - Deje los parámetros del archive SETTINGS ENGINE así ( 'ENGINE': 'mysql.connector.django' )
4 - Cambie los métodos  __unicode__(self):   a  __str__(self).

# Todo funciona muy bien.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/b1776e52-dea1-49d0-8cf6-f67e1e29e668%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment