Automatic Login in a Django Application Using External Authentication

{Automatic Login in a Django Application Using External Authentication: Blog article from Yann Briançon about django, ldap, authentication, login… Read more

Similar

Postgres Full-Text Search with Django

Django has added support for Postgres's built-in full-text searching as of version 1.10. This is a great alternative to a heavier search system such as elasticsearch or SOLR, when we want decent search capabilities without having to setup and maintain ano... (more…)

Read more »