Tag Archives: programming

Django Custom Decorators

Here is a short guide on using custom decorators in Django as I did not find one with a good explanation. A decorator is essentially a function that is wrapped around the original. They are defined in TWO slightly different … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment