django-planet

What's new in Django community blogs?

Python: atexit

Sept. 29, 2016 » REVSYS Blog » [Archived Version]

Python: atexit

Read More

Splitting a query into individual fields in Django

Sept. 12, 2016 » /var/ - django » [Archived Version]

How to split a query containing spaces into individual model fields

Read More

2 Factor Authentication in Django

Sept. 11, 2016 » Markus Holtermann » [Archived Version]

Most websites require some kind of authentication. Email & password is common but sometimes not enough. In those cases 2FA adds an additional security layer.

Read More

2 Factor Authentication in Django

Sept. 11, 2016 » Markus Holtermann » [Archived Version]

Most websites require some kind of authentication. Email & password is common but sometimes not enough. In those cases 2FA adds an additional security layer.

Read More

The Vagary of AWS Availability Zones

Aug. 30, 2016 » REVSYS Blog » [Archived Version]

The Vagary of AWS Availability Zones

Read More

Python 12-factor apps with envparse

Aug. 27, 2016 » REVSYS Blog » [Archived Version]

Python 12-factor apps with envparse

Read More

Extend Django Templates Smartly

Aug. 8, 2016 » REVSYS Blog » [Archived Version]

Extend Django Templates Smartly

Read More

DjangoCon US 2016: SSL All The Things

July 18, 2016 » Markus Holtermann » [Archived Version]

Over the last few years SSL/TLS encryption of websites has risen tremendously. The Let’s Encrypt organization makes that pretty easy. And you can use it.

Read More

DjangoCon US 2016: SSL All The Things

July 18, 2016 » Markus Holtermann » [Archived Version]

Over the last few years SSL/TLS encryption of websites has risen tremendously. The Let’s Encrypt organization makes that pretty easy. And you can use it.

Read More

Using Werkzeug debugger with Django

June 7, 2016 » /var/ - django » [Archived Version]

How to use the Werkzeug interactive debugger with Django to improve your development workflow

Read More