django-planet

What's new in Django community blogs?

PDF Debugging - Building SaaS #129

March 3, 2022 » Django on Matt Layman » [Archived Version]

In this episode, I debugged the static file handling that my homeschool application is using when it generates PDF reports. Note: There was some stream trouble. This segment of the stream had no webcam video and was disconnected. Part 2 shows the successful completion of the PDF integration which you can see at https://www.youtube.com/watch?v=F5CBNNZMdxs.

Read More

Django Choices Best Practices

March 2, 2022 » Django Archives - ZeroToByte » [Archived Version]

Models in Django define entities and their fields (columns) in the database. These columns represent the Django Field class with ... Read more The post Django Choices Best Practices appeared first on ZeroToByte.

Read More

Django Community - Anna Makarudze

March 2, 2022 » Django Chat » [Archived Version]

Anna is a software engineer from Zimbabwe who is the President of the Django Software Foundation and a Trustee of Django Girls. We talk about her formal computer science education, organizing events in Africa, and Django Girls.

Read More

Deep Dive into Flask's Application and Request Contexts

March 1, 2022 » TestDriven.io » [Archived Version]

This article explores how the Application and Request contexts work in Flask.

Read More

Deploying a Django Application to Elastic Beanstalk

Feb. 28, 2022 » TestDriven.io » [Archived Version]

This tutorial shows how to deploy a Django Application to AWS Elastic Beanstalk.

Read More

Form Features and CSS - Building SaaS with Python and Django #128

Feb. 24, 2022 » Django on Matt Layman » [Archived Version]

In this episode, we worked on a user requested feature that improves a workflow for task management in the homeschool app. After completing the feature, I returned to the PDF bundle project to add CSS styling to the PDF report.

Read More

Form Features and CSS - Building SaaS #128

Feb. 24, 2022 » Django on Matt Layman » [Archived Version]

In this episode, we worked on a user requested feature that improves a workflow for task management in the homeschool app. After completing the feature, I returned to the PDF bundle project to add CSS styling to the PDF report.

Read More

Django Multiple Databases Setup

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 More

PyCon Sri Lanka 2022

Feb. 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 More

Refactoring a Python Codebase with LibCST

Feb. 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 More