June 14, 2015 » Markus Holtermann » [Archived Version]
2015’s DjangoCon Europe edition with 350 attendees took place in the beautiful city of Cardiff, Wales, UK.
Read MoreApril 29, 2015 » /var/ - django » [Archived Version]
How to display the 404 error page on django when DEBUG=True
Read MoreApril 10, 2015 » Markus Holtermann » [Archived Version]
It has been 5 months that I wrote something on my blog. I still remember the time writing the article. On my way to Django: Under The Hood 2014. And shortly after that my time to write something here vanished. For various reasons.
Read MoreApril 10, 2015 » Markus Holtermann » [Archived Version]
It has been 5 months that I wrote something on my blog. I still remember the time writing the article. On my way to Django: Under The Hood 2014. And shortly after that my time to write something here vanished. For various reasons.
Read MoreJan. 27, 2015 » /var/ - django » [Archived Version]
Using django-rq to add queuing jobs (asynchronous tasks) and scheduling (cron-like) capabilities to a django project.
Read MoreJan. 21, 2015 » /var/ - django » [Archived Version]
Model auditing (who-did-what) with Django
Read MoreSept. 16, 2014 » Markus Holtermann » [Archived Version]
About two weeks ago Django 1.7 was released with a lot of new and shiny features, such the App Loading Refactoring, Custom Lookups, the Checks Framework the buildin Migration support and many more. The release notes are the longest in Django’s history and span approx. 1,800 lines.
Read MoreSept. 16, 2014 » Markus Holtermann » [Archived Version]
About two weeks ago Django 1.7 was released with a lot of new and shiny features, such the App Loading Refactoring, Custom Lookups, the Checks Framework the buildin Migration support and many more. The release notes are the longest in Django’s history and span approx. 1,800 lines.
Read MoreSept. 15, 2014 » /var/ - django » [Archived Version]
Implementing non-HTML (for instance CSV, XSL, etc) responses with Django and Class Based Views
Read MoreSept. 14, 2014 » Markus Holtermann » [Archived Version]
Whenever you write unit or integration tests for your Django application that involves sending mails, you end up with the LocMem mail back-end as a default set by Django during test setup. However, if you want to have a look at all the mails that have been sent, you are probably going to choose the File mail back-end.
Read More