django-disqus
django-disqus copied to clipboard
django 1.4.8 No module named urllib.parse
i just installed your library and got the above error, it is related to the following lines:
from django.utils.six.moves.urllib.parse import urlencode from django.utils.six.moves.urllib.error import URLError from django.utils.six.moves.urllib.request import ( ProxyHandler, Request, urlopen, build_opener, install_opener )
Can you fix this to support django 1.4.x versions?
Hi, django 1.4 is not supported because it is also unsupported by the django developers itself