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 MoreMarch 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 MoreMarch 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 MoreMarch 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 MoreMarch 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 MoreMarch 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 MoreMarch 1, 2022 » TestDriven.io » [Archived Version]
This article explores how the Application and Request contexts work in Flask.
Read MoreFeb. 28, 2022 » TestDriven.io » [Archived Version]
This tutorial shows how to deploy a Django Application to AWS Elastic Beanstalk.
Read MoreFeb. 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 MoreFeb. 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