Binaroid's Blog

image

Django centralised logging using Elasticsearch, Logstash, Kibana (ELK) + Filebeat

Peter Marcely - Feb 05, 2020

In this tutorial, we are going to learn how to push application logs from our Django application to Elasticsearch storage and have the ability to display it in a readable way in Kibana web tool. The main ai…

Read more →
image

Reducing confirmation spam incidents with Google reCAPTCHA and django-allauth

Peter Marcely - Feb 05, 2020

For the Working Nomads project, django-allauth is used to simplify the authentication and user management process. An email confirmation feature is also used to ensure all …

Read more →