django-planet

What's new in Django community blogs?

Django-related Deals for Black Friday and Cyber Monday 2022

Nov. 21, 2022 » Adam Johnson » [Archived Version]

Here are some Django-related deals for this year’s Black Friday (25th Nov) and Cyber Monday (28th Nov), including my own. For more deals on general Python-related products, see Trey Hunner’s post. My books My two books, Boost Your Django DX and Speed Up Your Django Tests, have 50 …

Read More

GDG DevFest 2022

Nov. 19, 2022 » Paolo Melchiorre » [Archived Version]

GDG DevFest Pescara brings together world-class experts in Android, Web, Cloud, and Machine Learning technologies to Pescara for 2 days of sessions, workshops and showcases.

Read More

Development Cached Templates - Building SaaS with Python and Django #150

Nov. 17, 2022 » Django on Matt Layman » [Archived Version]

In this episode, I ran through a Python exercise on Exercism that focused on strings. Then we moved onto the homeschool app and fixed an issue with templates that were cached during development because of changes in Django 4.1.

Read More

Development Cached Templates - Building SaaS #150

Nov. 17, 2022 » Django on Matt Layman » [Archived Version]

In this episode, I ran through a Python exercise on Exercism that focused on strings. Then we moved onto the homeschool app and fixed an issue with templates that were cached during development because of changes in Django 4.1.

Read More

Resize a video with FFmpeg for Mastodon

Nov. 16, 2022 » Paolo Melchiorre » [Archived Version]

How to resize a video with FFmpeg and Vaapi before uploading it to Mastodon to comply its resolution and size restrictions.

Read More

2023 DSF Board Candidates

Nov. 16, 2022 » The Django weblog » [Archived Version]

Thank you to the thirty individuals who have chosen to stand for election. Our deepest gratitude goes to our departing board members for your contributions and commitment to the Django community. Anna Makarudze Mfon Eti-mfon William Vincent Žan Anderle DSF members please take the time to review the candidates so that you can make an informed vote. Clicking on a candidates name will expand their candidate statement. Daniel Andrlik King of Prussia, PA, USASecretaryI’m passionate about Django…

Read More

Nullable DRF FloatFields and Javascript

Nov. 15, 2022 » REVSYS Blog » [Archived Version]

Nullable DRF FloatFields and Javascript

Read More

Intervista Pythonista - Ep 31

Nov. 14, 2022 » Paolo Melchiorre » [Archived Version]

Python Milano presents Intervista Pythonista. We give a voice to Italian Pythonistas and get to know them closely with short interviews. Presented by Marco Santoni and Cesare Placanica.

Read More

unittest’s new context methods in Python 3.11 (with backports)

Nov. 14, 2022 » Adam Johnson » [Archived Version]

Python 3.11 only made one change to unittest, but it’s a good one: context manager methods. These methods can simplify setup and teardown logic in many cases, such as dynamic use of unittest.mock. In this post we’ll look at a couple fo examples using the new …

Read More