Both Flask and Django are: * Web frameworks * Coded on python * Opensource products with great communities * Both could be used for Server Side Rendering (fo... (more…)
Read more »
With Django 3.1, you can put async code in production if you don’t have to do heavy-lifting with some parts of Django that don’t support async yet. (more…)
Read more »
The much anticipated Django 2.0 was recently released and we are updating Pinax apps, client projects, and our own sites. This offers the perfect opportunity to share our process and some of the most common issues. (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 »