django-planet

What's new in Django community blogs?

HTML Over WebSockets

April 6, 2021 » TestDriven.io » [Archived Version]

This article looks at a new approach for achieving a Single-page Application (SPA) -- HTML over WebSockets.

Read More

What is Werkzeug?

April 5, 2021 » TestDriven.io » [Archived Version]

This article explains what Werkzeug is and how Flask uses it for its core HTTP functionality.

Read More

Django 3.2: Compressed fixtures, fixtures compression

April 5, 2021 » Paolo Melchiorre » [Archived Version]

In the Django 3.2 version just released I contributed with new features related to compressed fixtures and fixtures compression. In this article I have explored the topic and produced some sample benchmarks.

Read More

PyCharm - Paul Everitt & Aleksei Kniazev

March 31, 2021 » Django Chat » [Archived Version]

PyCharm is a Python IDE with a long list of Django-specific features. Paul and Aleksei join us to discuss how to get the most out of PyCharm with Django and what upcoming features they are most excited about. For the month of April, PyCharm is being offered for 30% off on the official DjangoProject.com website with all proceeds going to benefit the Django Software Foundation.

Read More

Python Web Conf 2021

March 24, 2021 » Paolo Melchiorre » [Archived Version]

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

Read More

Effectively Using Django REST Framework Serializers

March 24, 2021 » TestDriven.io » [Archived Version]

This article looks at how to use Django REST Framework (DRF) serializers more efficiently and effectively.

Read More

Deploy A Site Live

March 23, 2021 » Django on Matt Layman » [Archived Version]

In the previous Understand Django article, we looked at automated testing and how writing tests to check your Django project can be very valuable, saving you time and making sure your site works for your users. Next, we’re going to look into how to share your site on the internet by understanding what it means to deploy a Django project. Deployment is the act of making your application live to your audience, and this article explains the actions you should consider to deploy effectively.

Read More

Python Web Conference - Calvin Hendryx-Parker

March 17, 2021 » Django Chat » [Archived Version]

Calvin is the CTO at Six Feet Up, a Python, Django and Cloud expert consultancy. We discuss Calvin’s career, the Python Web Conference (March 22-26), and LoudSwarm, a highly-engaging online event platform built by Six Feet Up in the heart of the pandemic.

Read More

Django model: change field name with no DB impact

March 6, 2021 » Thomas Loiret - Random thoughts » [Archived Version]

How to avoid operations on your database while you change a model field name.

Read More

High Performance Django - Peter Baumgartner

March 3, 2021 » Django Chat » [Archived Version]

Peter is the founder of Lincoln Loop, author of High Performance Django, and creator of the new hosting solution AppPack. We discuss his long history with Django and why deployments are so challenging.

Read More