django-planet

What's new in Django community blogs?

Python Web Conference 2022

March 21, 2022 » Paolo Melchiorre » [Archived Version]

The Python Web Conf is the most in-depth Python conference for web developers.

Read More

Django shortcuts – get_or_create and update_or_create

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

Django shortcuts, get_or_create(), and update_or_create() methods make our web application development even faster. Django implemented these methods due to easier ... Read more The post Django shortcuts – get_or_create and update_or_create appeared first on ZeroToByte.

Read More

Production APIs - Calvin Hendryx-Parker

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

Calvin is the co-founder of Six Feet Up, a Python/Django consultancy. We discuss the upcoming Python Web Conference 2022, a recent lightning-prediction project, and current best practices around Django APIs in production.

Read More

Security And Django

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

In the last Understand Django article, we learned about where apps slow down. We explored techniques that help sites handle the load and provide a fast experience for users. With this article, we will look at security. How does a Django site stay safe on the big, bad internet? Let’s find out. From Browser To DjangoURLs Lead The WayViews On ViewsTemplates For User InterfacesUser Interaction With FormsStore Data With ModelsAdminister All The ThingsAnatomy Of An ApplicationUser Authenticatio…

Read More

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