Archives week 36 of 2018

Sept. 3, 2018 - Sept. 9, 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

Daily archives

Previous week

Week 35 of 2018

Next week

Week 8 of 2019

Archives