Used Django
Programmed in Python
A couple of days ago I started to use Django for a private project. I wanted to learn more about the structure of that framework and how to quickly setup webapps, since I often feel the need for a quick webapp to solve particular problems.

I thought I might share with you the following:
  • Part of the Entity Relationship diagram
  • Part of the "Models" in Django

Nothing new, nothing special, but new fun for me.

Anyway I started to make a data processing addendum (DPA) generator based on modules, products, datatypes etc. It can be very complicated to create the correct DPA for a company that has different modules, handling different data within their products.

Interestingly I found it really helpful to create the database according to python classes. Do you remember the CakePHP Bakery? That was great in 2009 but I am happy with Django's approach here.