As you can read here this error is raised…
because
HTMLParseErroris deprecated from Python 3.3 onwards and removed in Python 3.5.
What you can do is downgrade your Python version or upgrade your Django version.
As you can read here this error is raised…
because
HTMLParseErroris deprecated from Python 3.3 onwards and removed in Python 3.5.
What you can do is downgrade your Python version or upgrade your Django version.