django-calaccess-campaign-browser icon indicating copy to clipboard operation
django-calaccess-campaign-browser copied to clipboard

Python 3 support and testing

Open palewire opened this issue 10 years ago • 2 comments

palewire avatar Jan 17 '15 19:01 palewire

I first started installing with Python 3, but MySQL-python does not yet work with Python 3. The Django 1.7 docs mention a couple alternatives I have not yet tried: mysqlclient (recommended) and MySQL Connector/Python. I found a blog post documenting a successful use of the latter.

myshkin avatar Mar 01 '15 04:03 myshkin

Good observation. If mysqlclient is recommended by Django, it's good enough for me. I'll try to snap that in to Python 2 to see if it disturbs anything.

palewire avatar Mar 01 '15 06:03 palewire