django-planet

What's new in Django community blogs?

How to check Django version?

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

Django is one of the most popular framework for creating web applications. Its initial release was back in 2005, and ... Read more The post How to check Django version? appeared first on ZeroToByte.

Read More

How to use Django select_related and prefetch_related?

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

Django ORM (object-relational mapping) is a tool that helps us make queries on relational databases using Python code that is ... Read more The post How to use Django select_related and prefetch_related? appeared first on ZeroToByte.

Read More

PDF Debugging - Building SaaS with Python and Django #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

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