Faster Django Apps–Optimizing Templates Part 1
Throughout this tutorial, we will learn how to optimize Django templates using Django Compressor to minify and bundles CSS and JS files.
Read more »Throughout this tutorial, we will learn how to optimize Django templates using Django Compressor to minify and bundles CSS and JS files.
Read more »In this article, we’ll look at the best use cases for Django and Flask along with what makes them unique, from an educational and development standpoint.
Read more »Hey, Happy Tuesday! Hope you enjoy this week’s letter. As always, if you have any feedback, thoughts, or comments I would love to hear them. 📜 Quote of the…
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.
Read more »Three easy ways to fix the look of your Django project without becoming a designer.
Read more »Boilerplate Tutorial Articles:
Read more »Are you missing out if you don’t use a frontend framework with your Django project?
Read more »Improve your Django code and save effort during GitHub pull requests. Check your code now.
Read more »Learn how to use Django Async Views with non-trivial examples…
Read more »Django is a popular framework for Python application developers. It includes packages which make tasks like authorization and content administration easier. Django supports a number of databases including MySQL which makes it possible to run a Django appl…
Read more »