This post describes, in detail, one possible approach for accepting payments with Paddle in a Django app. (more…)
Read more »
After 5+ years of wrestling with single-page apps - this is my opinionated guide to getting the benefits of traditional Django with sprinkles of JS goodness. (more…)
Read more »
I am going to cover basic workflow for how to deploy Django application on Nginx using Fabric. Fabric is a fantastic tool perfectly suited… (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 »
Django Builder is a website to create and
build boiler plate code for Django apps. The output is python files including
models.py admin.py views.py and urls.py and template files. The output can be
downloaded as a tar file. (more…)
Read more »