django-planet

What's new in Django community blogs?

Read The Docs - Eric Holscher

June 8, 2022 » Django Chat » [Archived Version]

Eric is the co-founder of Read the Docs and the Write the Docs Conferences. He is also a former Python Software Foundation Board Member and Chair of the Funding Working Group. We discuss Read the Docs's origins as a Django Dash project, Ethical Ads, Sphinx, and more.

Read More

Raising exceptions or returning error objects in Python

June 6, 2022 » Luke Plant » [Archived Version]

How returning error objects can provide some advantages over raising exceptions in Python, such as for static type checking tools.

Read More

PyCon Italia 2022 - Talk 2

June 3, 2022 » Paolo Melchiorre » [Archived Version]

PyCon Italia is the national conference where professionals, researchers and enthusiasts of the most beautiful programming language gather together.

Read More

PyCon Italia 2022 - Talk 1

June 2, 2022 » Paolo Melchiorre » [Archived Version]

PyCon Italia is the national conference where professionals, researchers and enthusiasts of the most beautiful programming language gather together.

Read More

Tech lead: delegate

June 1, 2022 » Thomas Loiret - Random thoughts » [Archived Version]

Don't be on the critical path unless it is for a very short period of time.

Read More

Debugging Tips And Techniques

May 31, 2022 » Django on Matt Layman » [Archived Version]

In the last Understand Django article, we looked at security. How does a Django site stay safe on the big, bad internet? The article explored some core elements for making a Django app more secure. With this article, we will investigate problem solving techniques for Django apps. The goal is to equip you with tools to fix the real problems that you’ll hit when building your Django site. From Browser To DjangoURLs Lead The WayViews On ViewsTemplates For User InterfacesUser Interaction With…

Read More

Django Reverse URL – reverse() function

May 28, 2022 » Django Archives - ZeroToByte » [Archived Version]

Managing URLs in Django can become very cumbersome if you don’t employ the right tactic in the beginning. Imagine that ... Read more The post Django Reverse URL – reverse() function appeared first on ZeroToByte.

Read More

Django Redirect Explained

May 26, 2022 » Django Archives - ZeroToByte » [Archived Version]

When building a Django web application, sometimes you’ll need to redirect a client request from the requested URL address to ... Read more The post Django Redirect Explained appeared first on ZeroToByte.

Read More

Brew Install The World - Building SaaS with Python and Django #135

May 26, 2022 » Django on Matt Layman » [Archived Version]

In this episode, I tried to get started after a long break, but my virtual environment was broken. This entire episode is a journey deep into Python installing world. Did I come out on the other side? Yes, we figured it out. You’ll have to watch (or skip to the end) to figure out what happened. :)

Read More

Brew Install The World - Building SaaS #135

May 26, 2022 » Django on Matt Layman » [Archived Version]

In this episode, I tried to get started after a long break, but my virtual environment was broken. This entire episode is a journey deep into Python installing world. Did I come out on the other side? Yes, we figured it out. You’ll have to watch (or skip to the end) to figure out what happened. :)

Read More