Re: Software Version for MySql that works with django 1.8

2015-05-25 Thread Robert librado
are either of you using pythonanywhere.com for django I am having an issue with the wsgi file for my virtualenv I keep getting this error: for this code: import os import sys # assuming your django settings file is at '/home/MYUSERNAME/MYSITE/settings.py' path = '/home/pycharm/work' if path not i

Re: Software Version for MySql that works with django 1.8

2015-05-25 Thread James Bennett
Have you read Django's documentation? https://docs.djangoproject.com/en/1.8/ref/databases/#mysql-notes -- 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-us