Archives Sept. 3, 2018

DRY Django URLs with Enums

DRY code is good code. Using named URL patterns in Django has always bothered me for the fact that if you decide to change the name of a particular URL you have to change it throughout your code in all of your {% url %} template tags or reverse function calls. There must be a better way ...

Continue reading

Previous day

Aug. 27, 2018

Next day

Feb. 26, 2019

Archives