django-planet

What's new in Django community blogs?

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

The Django speaking tour 2022

May 25, 2022 » Paolo Melchiorre » [Archived Version]

Being a conference speaker gives me the opportunity to meet people, make new friends and visit new places. Having this opportunity is something I am truly grateful for. I tried to tell about my latest trip through Europe to talk about Python, Django and Community.

Read More

Django 4.1 Preview - Jeff Triplett

May 25, 2022 » Django Chat » [Archived Version]

Jeff is a partner at RevSys, Python Software Foundation Director, and DjangoCon organizer. We discuss what’s coming in Django 4.1, DjangoCon US 2022, and his work as maintainer of djangopackages.org.

Read More

Celery ETA Tasks Demystified

May 23, 2022 » Instawork Engineering » [Archived Version]

At Instawork, we use Celery to queue and process background tasks from our Django code. Typically, we want the tasks to be processed as quickly as possible. But sometimes we want a task to be processed at a specific point in the future. For example, we may want to send a reminder notification to our users 1 hour before the start of their shift. Celery offers a convenient way to do this by providing an eta or countdown value when queueing the task from Django. This seems like a perfect solution …

Read More

Why You Should Keep Working with Ukrainian IT Companies

May 17, 2022 » Software Development Blog & IT Tech Insights | Django Stars » [Archived Version]

“Hi Roman! What changes should we make in communication with partners in wartime?” I’m the CEO of a software company in Ukraine, so it’s easy to imagine what was behind this and similar questions from the PM after February 24th. Of course, our partners have not expressed their growing concerns about the war directly. But […] The post Why You Should Keep Working with Ukrainian IT Companies appeared first on Software Development Blog & IT Tech Insights | Django Stars.

Read More