django 1.8.19

This commit is contained in:
Philip Sargent
2020-06-16 22:16:48 +01:00
parent adc43324f3
commit b153fafa9f
7 changed files with 602 additions and 33 deletions

View File

@@ -123,6 +123,9 @@ copy this over the installed version of django on your machine:
$ cd troggle
$ sudo cp django-patch/html_parser.py /usr/local/lib/python3.8/dist-packages/django/utils/
or, if you have django installed by person arthe rthan by system:
$ sudo cp django-patch/html_parser.py /home/philip/.local/lib/python3.8/site-packages/django/utils/
or
$ cp django-patch/html_parser.py ~/.local/lib/python3.8/site-packages/django/utils/
if you didn't use sudo when installing everything using pip.