web-exceptions - Raise any web exceptions in Django like in AioHTTP... (more…)
Read more »
TIL that you can specify update_fields while saving a Django model to generate a leaner underlying SQL query. This yields better performance while updating multiple objects in a tight loop. To test that, I'm opening an IPython shell with python manage.py ... (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 »