Remove support for scraping the CM website
authorMagnus Hagander <magnus@hagander.net>
Tue, 18 Feb 2020 15:52:17 +0000 (16:52 +0100)
committerMagnus Hagander <magnus@hagander.net>
Tue, 18 Feb 2020 15:52:17 +0000 (16:52 +0100)
commit08a13ff59dd26eb53b9a56e8a89d98443a4a82a3
tree2ea30b65b33c81dd27a7d6259e79d3856c262839
parent962f0011549b44ebcc6ebc61186fc4a4aa53021e
Remove support for scraping the CM website

This doesn't work with the 2FA code, and likely never will. Once we get
a proper API (hahahaha), it will be a completely different
implementation anyay.

The manual bank file upload still works, and is what should be used from
now on.
code/pgeusite/cmutuel/management/__init__.py [deleted file]
code/pgeusite/cmutuel/management/commands/__init__.py [deleted file]
code/pgeusite/cmutuel/management/commands/cmscrape.py [deleted file]
code/pgeusite/cmutuel/util.py