What's new in Django community blogs?

DjangoCon US 2019 - Jessica Deaton

June 19, 2019 » Django Chat » [Archived Version]

Jessica Deaton is a conference co-chair for DjangoCon US 2019 and a board member of the Django Software Foundation. We discuss how her involvement grew in the Django community and how others can become more involved too.

Read More

Django Admin

June 12, 2019 » Django Chat » [Archived Version]

The built-in Admin app is one of Django's killer features but often asked to do too much. In this episode we discuss how to effectively use and customize the admin.

Read More

Deployments

June 5, 2019 » Django Chat » [Archived Version]

How to deploy a website on Django as well as our thoughts on the multiple hosting options available.

Read More

Django Tips: Recovering Gracefully From ORM Errors

May 29, 2019 » Valentino Gagliardi - Django RSS Feed » [Archived Version]

Learn how to recover from ORM errors in Django and make your views more robust with try/except and a nice Django shortcut: get_object_or_404

Read More

Improving UI performance with Django’s Prefetch

May 28, 2019 » Instawork Engineering » [Archived Version]

Improving UI performance with Django’s Prefetch ObjectAs an engineer at Instawork, it’s my responsibility to make sure our web UI loads quickly to provide a great user experience. It can be hard to keep a page fast as we add features and display more information. I recently worked on such a page, which gave me an opportunity to learn about Django’s tools for optimizing database query performance.A core feature of Instawork is connecting our business partners with qualified hospitality professio…

Read More

Django tutorial: as-you-type search with Ajax

May 26, 2019 » The Big Log » [Archived Version]

import demoVideo from './das-vid2-compressed.mp4' import demoVideo2 from './das-naive-comp.mp4' <div class="notice"> <div class="notice-content"> <p>Updated 24/03/2022: Django 4.0.3</p> </div> </div> This is a walkthrough tutorial on how to implement what's defined as “incremental search" in a Django app. We want results to refresh (with a tiny delay) as the user types their search term. We’ll also give a visual indication that the search is running by animating the search icon. Here's a demo o…

Read More

Authentication

May 22, 2019 » Django Chat » [Archived Version]

How to add user authentication to a Django website or API. Topics include sessions, tokens, JWTs, Social/OAuth, and more.

Read More

Conferences

May 15, 2019 » Django Chat » [Archived Version]

How to make the most of a Python or Django conference.

Read More

PathAI - Robby Grodin

May 8, 2019 » Django Chat » [Archived Version]

An interview with Robby Grodin from PathAI, a medical startup using Django to transform the field of pathology. We discuss switching from Java, microservices vs monoliths, and the challenges of hiring Django developers.

Read More

Django Software Foundation - Frank Wiles

May 1, 2019 » Django Chat » [Archived Version]

The Django Software Foundation is the non-profit in charge of Django. Its president, Frank Wiles, joins us to discuss how Django is run and how anyone in the community can become more involved.

Read More