django-planet

What's new in Django community blogs?

How to use uWSGI Avahi plugin in Ubuntu

July 20, 2017 » Paolo Melchiorre » [Archived Version]

Step-by-step how-to to use uWSGI Avahi plugin for GNU/Linux (tested on Ubuntu 17.04/17.10).

Read More

EuroPython 2017

July 11, 2017 » Paolo Melchiorre » [Archived Version]

EuroPython is the official European conference for the Python programming language.

Read More

django-registration vs django-registration-redux

July 11, 2017 » Thomas Loiret - Random thoughts » [Archived Version]

What is the difference between django-registration and django-registration-redux ?

Read More

Feature flags and waffles

June 27, 2017 » Django on Matt Layman » [Archived Version]

You’re on a team that wants to ship a Super Cool New Feature™. The feature will cause changes all over your web app. Instead of releasing the work in pieces, the marketing team wants to have a big reveal to create a buzz. How do you manage this challenge? One option is to keep all the work in a separate code branch. When everything is done, merge the code back into your main branch, ship it, and reveal it to the world.

Read More

Security and Ease-of-Use With Django Templates

June 23, 2017 » Markus Holtermann » [Archived Version]

Usability is key in modern web applications. But we live in a dangerous world where websites get hacked. Thoughts on pros & cons.

Read More

Security and Ease-of-Use With Django Templates

June 23, 2017 » Markus Holtermann » [Archived Version]

Usability is key in modern web applications. But we live in a dangerous world where websites get hacked. Thoughts on pros & cons.

Read More

Django authentication by email (no username)

June 14, 2017 » Thomas Loiret - Random thoughts » [Archived Version]

How to use the email as the user identifier and no longer use the username ?

Read More

Django 1.11, CSRF token, template & function view

June 9, 2017 » Thomas Loiret - Random thoughts » [Archived Version]

How to have a CSRF token in your function view's template ?

Read More

Virtualenvwraper with shared hosting on alwaysdata.com

June 3, 2017 » Thomas Loiret - Random thoughts » [Archived Version]

How to install virtualenvwrapper on shared hosting on alwaywasdata ?

Read More

reverse()'s soulmate resolve()

June 1, 2017 » REVSYS Blog » [Archived Version]

reverse()'s soulmate resolve()

Read More