Read my previous two posts on Django and Python – Part I and Part II
I’ve been working on a project management tool suite in Django. It’s been a great side project to really experiment with Django in real-world scenarios.
Forms
At times I feel like I fight with newforms. In particular, it lacks the ability [...]