django-planet

What's new in Django community blogs?

PDFs in Django: The essential guide

Nov. 27, 2015 » /var/ - django » [Archived Version]

An essential guide to creating, editing and serving PDF files in django

Read More

Django dynamic tables and filters for similar models

Oct. 5, 2015 » /var/ - django » [Archived Version]

Creating DRY and dynamic tables and forms for similar models in django

Read More

django-rq redux: advanced techniques and tools

Sept. 1, 2015 » /var/ - django » [Archived Version]

Another article about django-rq with some more advanced techniques and tools!

Read More

DjangoCon Europe 2015 — The Boy Band Conference

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 More

DjangoCon Europe 2015 — The Boy Band Conference

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 More

The Tale of Two Structs

April 30, 2015 » Anže’s Blog » [Archived Version]

I’ve been using golang for the past few days and I really like it. It’s fast, it’s typesafe, it’s easy to learn and it has concurrency built right into the language.

Read More

Show 404 page on django when DEBUG=True

April 29, 2015 » /var/ - django » [Archived Version]

How to display the 404 error page on django when DEBUG=True

Read More

A lot has happended!

April 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 More

A lot has happended!

April 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 More

Asynchronous tasks in django with django-rq

Jan. 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 More