DRY Principles through Python Decorators
toumorokoshi.github.io
DRY Principles through Python Decorators
1–2 of 2 posts
Re: DRY Principles through Python Decorators
#2How was he able to remove the try/except clause in this final registration function? I might be missing something but he no longer handles errors (if username, email, or password are not in request.POST it looks like register will be called with too few variables).