django-planet

What's new in Django community blogs?

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

Upgrade PostgreSQL from 9.5 to 9.6 on Ubuntu 17.04

April 13, 2017 » Paolo Melchiorre » [Archived Version]

Howto guide for upgrading PostgreSQL from version 9.5 to 9.6 on Ubuntu, after its upgrade from version 16.10 to 17.04 (Zesty Zapus).

Read More

PyCon IT 2017 “Otto”

April 7, 2017 » Paolo Melchiorre » [Archived Version]

PyCon Italia is the national conference where professionals, researchers and enthusiasts of the most beautiful programming language gather together.

Read More

To Index Or Not, That’s Not The Questions

April 4, 2017 » Markus Holtermann » [Archived Version]

Database indexes are useful. But how do they work? And how does one use them in Django?

Read More

To Index Or Not, That’s Not The Questions

April 4, 2017 » Markus Holtermann » [Archived Version]

Database indexes are useful. But how do they work? And how does one use them in Django?

Read More