Migrating your Django app off Heroku, and onto a fresh new (free) Platform-as-a-Service. (more…)
Read more »
As we have learned in my previous post, there are a lot of benefits in concentrating all the code related with sending emails in one place, creating a base mailer which handles the creation and… (more…)
Read more »
Stick to Django and Python if you are interested in custom solutions. Choose RoR if you like Magic and elegance.
Read more »
For simple use-cases Stripe provides Stripe Checkout where Stripe themselves will directly handle collecting the payment information from the customer. (more…)
Read more »
This post explains step-by-step how to create a custom User model in Django. (more…)
Read more »