On Tue, Nov 20, 2012 at 2:14 PM, Cj Taylor <c...@cjcode.com> wrote:
> Correct, Sergiy.  As I fiddle with this nightly, the core of my issue seems
> to be that mysqldb is not yet python3 ready and django 1.5 is calling for
> it.  I changed my database settings in settings.py to
> 'django.db.backends.mysql' which in return calls for mysqldb when I do:
>
> python manage.py syncdb
>
>
> I suppose at this point I'm just seeking anyone who has tried to run django
> 1.5 and has MySQL actually working.  If so, how?
>

I guess this is the meaning of 'experimental support'. Patches are
probably welcome, or you could use sqlite or postgres.

Cheers

Tom

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to