Django centralised logging using Elasticsearch, Logstash, Kibana (ELK) + Filebeat
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…
Reducing confirmation spam incidents with Google reCAPTCHA and django-allauth
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 …