Set up a Django async project with Daphne & NGINX on Ubuntu 18.04

In this post, we will set up a async Django project online using Daphne and NGINX. The current post is based on a few hours or research within the past few years. This configuration will be compatible with async events in Django. This diagram represents the relationship between technologies we will use in this post. … Lire la suite Set up a Django async project with Daphne & NGINX on Ubuntu 18.04

Send a push notification with Firebase & Django

In this post, we will see how to send a push notification from a Django backend to a mobile app using Nativescript with Firebase. Create a Firebase account or connect with your google account: https://firebase.google.com/ Create a firebase project For Android: Add Android app to project via firebase project page Once created, download the google-services.json … Lire la suite Send a push notification with Firebase & Django