Feb. 22, 2022 » Django Archives - ZeroToByte » [Archived Version]
Django and its standard configuration come with a single database by default. Often, when projects get large and complex, that ... Read more The post Django Multiple Databases Setup appeared first on ZeroToByte.
Read MoreFeb. 21, 2022 » Paolo Melchiorre » [Archived Version]
PyCon Sri Lanka is the largest online conference for Sri Lankan Python community and will serve as the hotspot for Python enthusiasts to connect with other Python communities overseas.
Read MoreFeb. 19, 2022 » Instawork Engineering » [Archived Version]
How can an engineering team maintain consistent conventions in a growing codebase? When working on new code, engineers add new patterns to improve productivity. But usually there’s no time to refactor older code to use the new pattern. Soon, there are multiple approaches to the same problem. This actually harms productivity as engineers debate the merits of the different patterns, spend time reimplementing their features, etc.https://xkcd.com/927/So what’s the solution? Use a codemod. A codemod…
Read MoreFeb. 17, 2022 » TestDriven.io » [Archived Version]
This tutorial looks at how to configure Celery to handle long-running tasks in a Flask app.
Read MoreFeb. 17, 2022 » Django on Matt Layman » [Archived Version]
In this episode, I upgraded my app to switch from Tailwind CSS v2 to v3. We worked through the migration guide to make all the needed changes to work with v3. Then I upgraded my development tools to make Tailwind updates as I develop my templates.
Read MoreFeb. 17, 2022 » Django on Matt Layman » [Archived Version]
In this episode, I upgraded my app to switch from Tailwind CSS v2 to v3. We worked through the migration guide to make all the needed changes to work with v3. Then I upgraded my development tools to make Tailwind updates as I develop my templates.
Read MoreFeb. 16, 2022 » Django Chat » [Archived Version]
Eric is the author of the new django-simple-deploy package which provides Django deployment in three steps. We discuss the deployment learning cliff, the ideal hosting platform, and maintaining his bestselling book Python Crash Course.
Read MoreFeb. 15, 2022 » Thomas Loiret - Random thoughts » [Archived Version]
A couple of tricks to understand the path taken to a certain point in the code.
Read MoreFeb. 14, 2022 » /var/ - django » [Archived Version]
How to render PDFs in Django like it’s 2022!
Read MoreFeb. 10, 2022 » Anže’s Blog » [Archived Version]
Overview of common methods for managing Python dependencies
Read More