

BLOG
All articles by Vláďa Macek
Quick Django Class Based View Decorator
The recommended way to add decorators such as login_required to class based views in Django is a bit verbose. Here’s …
Detecting File Moves & Renames with Rsync
Without patching, the rsync utility lacks support to detect when a file was renamed/moved across multiple directories inside the synced …
Tracking Application Response Time with Nginx
Recently we noticed some intermittent slow downs with our Gondola sites and wanted to track down the source of the …