Category: Django

Django Version Control for the Poor ;)

Most of the time version control (VC) is more than welcome in IT solutions, providing ways to roll back unwanted changes, monitor work progress, analyze modification trends, etc. etc. For Django, reversion seems to be the de facto standard for versioning model instances. Unfortunately it is based on serialization (in […]

Django "Mass Change" Admin Site Extension

Django Framework with its automatically generated admin site is quite a deal for any web developer when it comes to creating relatively simple applications in a very agile manner. In case you don’t know Django already I highly recommend reading about the project on its homepage – djangoproject.com and googling […]