When you first start with Django you will probably find the ORM to be an amazing feature. I agree with that, but the issue with ORMs is that it is too easy to forget that at the end the ORM generate SQL queries. Django has no way to optimize those … (more…)
Read more »
Describe the bug Accounts and API keys do not seem to be created when running python manage.py djstripe_sync_models. I believe this is preventing all other models from synchronizing and any databas... (more…)
Read more »
Since the release of Django 3.0 in December of 2019, the wildly popular web framework has begun the journey to support Async through ASGI… (more…)
Read more »
In a previous blog post, we explained how we enhanced a Django application to make it compatible with a wide range of Python/Django versions. In this blog post, we explain how we deployed a demo application on Heroku. (more…)
Read more »