A complete library to create dynamic model instances for testing purposes. - paulocheque/django-dynamic-fixture... (more…)
Read more »
In this tutorial, we'll build a basic Django web application using FusionAuth for an easier and safer way of handling user registration and authentication. (more…)
Read more »
The Django admin is a very powerful tool. We use it for day to day operations, browsing data and support. As we grew some of our projects from zero to 100K+ users we started experiencing some of Django's admin pain points - long response times and heavy l... (more…)
Read more »
One of the quickest wins for improving the speed of a Django app is to fix the “oops didn’t mean to” inefficient database reads that… (more…)
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 »