Closed pkfec closed 2 years ago
Upgrade Django to patch version 3.2.16
Resolves #718 #715
1-2 devs
https://github.com/fecgov/regulations-core/pull/9 https://github.com/fecgov/regulations-parser/pull/11 https://github.com/fecgov/regulations-site/pull/7
pyenv virtualenv 3.9.13 eregs-3913
pyenv activate eregs-3913
open requirements.txt and change the lines for the parser, site, and core to point to my PR(s):
# regparser -e git+https://github.com/fecgov/regulations-parser.git@feature/718-upgrade-django-parser#egg=regparser # regsite -e git+https://github.com/fecgov/regulations-site@feature/718-upgrade-django-site#egg=regulations # regcore -e git+https://github.com/fecgov/regulations-core@feature/718-upgrade-django-core#egg=regcore
All 45 regulations parsed successfully and appear on the local eregs server: http://localhost:8000/
Summary
Upgrade Django to patch version 3.2.16
Resolves #718 #715
Required reviewers
1-2 devs
Related PRs
https://github.com/fecgov/regulations-core/pull/9 https://github.com/fecgov/regulations-parser/pull/11 https://github.com/fecgov/regulations-site/pull/7
How to test
Terminal - 1
pyenv virtualenv 3.9.13 eregs-3913
pyenv activate eregs-3913
open requirements.txt and change the lines for the parser, site, and core to point to my PR(s):
Terminal - 2
All 45 regulations parsed successfully and appear on the local eregs server: http://localhost:8000/