django-planet

What's new in Django community blogs?

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

Running Flask on Docker Swarm

Feb. 23, 2021 » TestDriven.io » [Archived Version]

This post looks at how to run a Flask app on Docker Swarm.

Read More

Adding Charts to Django with Chart.js

Feb. 22, 2021 » TestDriven.io » [Archived Version]

In this tutorial, we'll look at how to add interactive charts to Django with Chart.js.

Read More

Test Your Apps

Feb. 22, 2021 » Django on Matt Layman » [Archived Version]

In the previous Understand Django article, we saw how static files like CSS, JavaScript, and images can be incorporated into your site. Now we’re going to focus on how to verify that your website works and continues to work by writing automated tests that check your pages and your code logic. 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

Django Forum - Ken Whitesell

Feb. 17, 2021 » Django Chat » [Archived Version]

Ken is the 2020 Malcolm Tredinnick Memorial Prize winner for contributions to the Django community, a familiar presence at DjangoCons, and an active participant on the official Django Forum. We discuss his long programming career, making the move to Python, and why Django is his favorite community.

Read More

Episode 12 - Success With Static Files

Feb. 15, 2021 » Django on Matt Layman » [Archived Version]

On this episode, our focus will be on static files. Static files are vital to your application, but they have little to do with Python code. We’ll see what they are and what they do. Listen at djangoriffs.com or with the player below. Last Episode On the last episode, we looked at Django middleware. We discussed why middleware is useful and how you can work with it. What Are Static Files?

Read More