Poetry is a relatively new packagin and dependency manager. It makes it very easy upload libraries to PyPI, manage dependencies visually, and has a couple of handy features. Today, I'm not going to do a deep dive on how Poetry works and all it's features.... (more…)
Read more »
When a pythonista devoted to Flask finds himself one day forced to use Django, a framework he used to treat with a bit of disdain until then, he realizes that yes, the grass may sometimes be greener on the other side. Riziq tells us his story: (more…)
Read more »
A simple guide to Django 3.0 and ASGI with performance implications told with quirky illustrations... (more…)
Read more »
This tutorial covers how to restrict your web pages to users with different roles through Django view authorization. You'll learn about HttpRequest.user objects, view decorators that authenticate, and how to notify your users with the Django messages fram... (more…)
Read more »
We set up database level checks on columns, create new composite data types, register new data types with psycopg2, and take a look at the Django Field class. (more…)
Read more »