Security though a Simple Django Tweak

Leaving the least amount of information relating to an application’s environment can help prevent data breaches and their headaches. There are plenty of ways attackers try to gain access to sensitive information for websites. By giving up as little information about the platform as possible, we can help limit the number of attack vectors malevolent…… Continue reading Security though a Simple Django Tweak

Stumbling to Package a Django App

Django applications can be packaged individually for reuse. Documentation on how to do so from start to finish seemed either old, sparse, or incomplete. This was my adventure and solution. I’ve used Django to develop a few applications. For one project, I wanted to see how many active users there were interacting with the site.…… Continue reading Stumbling to Package a Django App

Python Properties for Django Templates

Python Properties can make method calls visible to Django templates! I have been developing a website for my wife as she catalogs every brewery, cidery, distillery, meadery, and winery in Colorado. Using Django has been a dream – easy interactions with the database, and templates make rendering data to HTML simple. I wanted to give users…… Continue reading Python Properties for Django Templates