For me, deploying my django project with uWSGI and Nginx was a hassle. I struggled a lot and there were some terms I did not understand. In this blog post, I will try to explain and simplify the deployment process. (more…)
Read more »
This blog guides the readers on how to implement Django forms. You, as a reader will learn the process of designing a model which conforms to your requirements as well as is efficient. (more…)
Read more »
What will we cover in this tutorial? We're going to a implement highly scalable single sign-on login flow for Facebook on a Django backend. After completing the tutorial, you will be able to: Have any user login through their Facebook account into your we... (more…)
Read more »