0
By the traceback of errors you posted, you can see that you are using Python 3.6.x, correct?
You did not specify which version of Django you are using, but anyway HTMLParseError
was discontinued in python 3.3 and removed once in python 3.5.
So the suggestion is, one of the two:
- upgrade (up) your version of Django
- downgrade ("downgrade") your version of Python
The solution was to download the Python version (it was with 3.6 agr 3.4). But still some mistakes were found, but nothing so amazing to dress up, vlw by tip.
– Daniel Marques
good to know @Danielmarques - thank you if you can accept the answer and mark as valid
– JonatasCD