Documentation states: - syncdb has been deprecated and replaced by migrate. Don’t worry - calls to syncdb will still work as before.
But when I run $ python manage.py syncdb, it stops with a django.utils.deprecation.RemovedInDjango19Warning. So I can't seem to use syncdb either. On Wednesday, April 2, 2014 6:42:55 PM UTC-4, Giovanni wrote: > > I upgraded from django 1.6 to 1.7b1 and now it seems like as soon as I > want to do anything that interacts with mysql, I keep getting this error: > > NotImplementedError: subclasses of BaseDatabaseWrapper may require a > schema_editor() method > > In Python I can import mysql.connector just fine. > I've reinstalled mysql 5.6.17 community server. > > Any ideas? > -- 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 [email protected]. To post to this group, send email to [email protected]. 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/fe96da17-2c59-4238-97b2-ae56e64ea647%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

