The version of django included with this repo in requirements.txt still contains the old version of django, which raises an exception:
AttributeError: module 'html.parser' has no attribute 'HTMLParseError'
This can be avoided by using django 1.8.* I changed my requirements.txt and reinstalled and everything worked great. Just FYI, other than that this project comes very highly recommended. Great work!
The version of django included with this repo in requirements.txt still contains the old version of django, which raises an exception:
AttributeError: module 'html.parser' has no attribute 'HTMLParseError'
This can be avoided by using django 1.8.* I changed my requirements.txt and reinstalled and everything worked great. Just FYI, other than that this project comes very highly recommended. Great work!