Django community: RSS
This page, updated regularly, aggregates Community blog posts from the Django community.
-
Deploying a Django Application to Elastic Beanstalk
This tutorial shows how to deploy a Django Application to AWS Elastic Beanstalk. -
Modern Python Environments - dependency and workspace management
This article looks at the available tools for dependency and workspace management in Python. -
Django News - The Baked Data Architectural Pattern - Feb 25th 2022
News htmx 1.7.0 has been released! Multiple new features and improved documentation in the latest htmx release. htmx.org Django for APIs 4.0 Update is now available This is a major update to the book Django for APIs with new chapters on testing, deployment, Windows support, and loads more content. This post covers the full scope of changes. wsvincent.com Sponsored Ad Django Styleguide - A styleguide for Django projects, big and small. github.com Events Wagtail Space US 2022 CFP (last call) Wagtail Space US's deadline to submit is February 25, 2022 Talks will have the option of being pre-recorded, given live via Zoom, or given in-person at the venue (and broadcast over Zoom by our technician). For pre-recorded talks, we would ask the presenter to still be online during the talk broadcast to answer questions and audience feedback. google.com Articles The Baked Data Architectural Pattern An architectural pattern for publishing websites that provides many of the advantages of static site generators while ignoring most of their limitations. simonwillison.net Working with Static and Media Files in Django This article looks at how to work with static and media files in a Django project, locally and in production. testdriven.io How and why I … -
Form Features and CSS - Building SaaS with Python and Django #128
In this episode, we worked on a user requested feature that improves a workflow for task management in the homeschool app. After completing the feature, I returned to the PDF bundle project to add CSS styling to the PDF report. -
Form Features and CSS - Building SaaS #128
In this episode, we worked on a user requested feature that improves a workflow for task management in the homeschool app. After completing the feature, I returned to the PDF bundle project to add CSS styling to the PDF report. -
Managing a Django Project with Poetry
Poetry is relatively new packaging and dependency manager. It makes it very easy to upload libraries to PyPI, manage dependencies visually, and has a couple of handy features. Today, I'm not going to do a deep dive into how Poetry works and all its features. Today I just want to focus on how to configure it for a Django project. -
Django News - All About Deployment - Feb 18th 2022
News Python Software Foundation: We are hiring contract developers to build new features in PyPI The Python Software Foundation has funding available for designing, developing and deploying organization accounts in PyPI. blogspot.com Trends and Insights Trends and Insights for February 18th 🏈 If you are curious about what Super Bowl LVI traffic looks like, Cloudflare gave us all the details. 📈 Python Package Index (PyPI) was trending this week and announced that they served 126,545,477,066 downloads in 2021. 🔒 If you upload packages to the PyPI, do you have Two Fator Auth (2FA) enabled? 📅 DjangoCon US is back in San Diego, CA, October 16-21. 💬 Mike Driscoll started a discussion about your favorite feature in #Django and add-on package? Django Newsletter Sponsored Ad Django Styleguide - A styleguide for Django projects, big and small. github.com Events San Diego Python Users Group - Virtual Meetup (2/24/22) Three talks on creating a REST API with Django Rest Framework, Django REST with Machine Learning, and designing as a developer. meetup.com PyTexas 2022 Schedule is live! The PyTexas 2022 Schedule is live and features several friendly Django developers. pytexas.org Articles Instructions to Deploy Django, Django Channels to AWS A helpful step-by-step guide to … -
Asynchronous Tasks with Flask and Celery
This tutorial looks at how to configure Celery to handle long-running tasks in a Flask app. -
Upgrade to Tailwind CSS v3 - Building SaaS with Python and Django #127
In this episode, I upgraded my app to switch from Tailwind CSS v2 to v3. We worked through the migration guide to make all the needed changes to work with v3. Then I upgraded my development tools to make Tailwind updates as I develop my templates. -
Upgrade to Tailwind CSS v3 - Building SaaS #127
In this episode, I upgraded my app to switch from Tailwind CSS v2 to v3. We worked through the migration guide to make all the needed changes to work with v3. Then I upgraded my development tools to make Tailwind updates as I develop my templates. -
Django Deployments - Eric Matthes
django-simple-deployPython Crash Course recommended readingsPython Crash Course book Python on Azure 4-Part Series with CarltonLocust.io: Open source load testing toolSupport the ShowThis podcast does not have any ads or sponsors. To support the show, please consider purchasing a book, signing up for Button, or reading the Django News newsletter. -
That Wild Ask A Manager Story
Ask A Manager had a wild story a week ago. A company interviewed someone, hired him, but when he showed up for work … it was a totally different person. A friend asked, “if this was your hire, and you manager asked you to change your hiring practices to prevent this, what would you do?” Nothing. I would do nothing. Here’s why. -
I was on The Changelog
I was on The Changelog, talking about work sample tests and hiring in general. Listen wherever you get your podcasts, or right here. -
Django News - Wagtail 2.16 Released - Feb 11th 2022
News Wagtail 2.16 Wagtail 2.16 adds support for Django 4.0 and dozens of features and improvements. github.com DEFNA Board Member Recruitment Django Events Foundation North America (DEFNA) is looking for another board member who is interested in growing the DjangoCon US community. djangoproject.com Wagtail’s domain migration The Wagtail team decided to migrate their wagtail.io domain to a wagtail.org domain. wagtail.org Trends and Insights Trends and Insights for February 11th 🍏 Jen Simmons, from Apple, asked the web community for meaningful feedback to help address issues with their Safari browser. 🖤 The Django codebase is now formatted with Black. ⚡ Django Snippets is now using htmx on their front page and they are looking for new contributors. This continues the trend of more and more projects starting to adopt htmx. 🌍 Do you remember your first DjangoCon Europe? The team wants to know. ✏️ Writing a "Hello Wordle" app might be the new writing "Hello world" in your favorite framework. 🐍 Python Core Devs are discussing "Removing dead batteries" from Python 3.13. 🐘 After you upgrade to Postgres 14, you need to reindex all of your indexes because glibc changed how data is internally sorted. 📘 Kalob Taulien announced that he … -
Speaking at Python Web Conf
During the week of March 21-25 at Python Web Conf I'm giving my first public conference talk in three years. I'm both excited and apprehensive about returning to the speaker's podium. To me, public speaking is like a roller coaster ride. The climb up the first hill (or minute when it comes to speaking) is absolutely terrifying. Then as soon as the car accelerates (or I begin to speak), endorphins kick in. I go from struggling not to visibly tremble from fear to shaking with excitement. Hint: Use code Speaker15@PWC2022 to get 15% off your ticket costs. The talk I'm going to give is titled, "Confessions of Joe Developer". Here's the synoposis: Over the course of 17 years of professional Python development at Octopus Energy, NASA, and various agencies, Daniel Roy Greenfeld has picked up a lot of easy tricks stolen from the best and brightest in the software community that make him look good in front of his peers and colleagues. And now, at great risk to his career and reputation, he is going to show you how he does it. What that description doesn't tell you is that I came up with the core concepts of that talk … -
Announcing WhiteNoise 6
WhiteNoise is a simple solution to serving static assets. It lets you skip configuring a separate web server for your static assets, and serve them straight from Django. It’s a brilliant tool. I’ve used it for years on various projects, and I’ve recommended it many times, and mentioned it in several blog posts. WhiteNoise was created by Dave Evans in 2013. I’ve met Dave several times at the London Django Meetup. Recently the project’s maintenance was getting a bit backlogged, so I volunteered to help and Dave accepted :) I got to work adding support for modern Python and Django versions, dropping old ones, and merging in a few feature requests. I just released these accumulated changes as version 6.0.0. Nothing drastic has changed for the major version bump - most users should not be affected. setuptools’s python_requires field also ensures users on outdated Python versions still install older WhiteNoise versions. But there are enough changes that it felt like a major number was needed, and version numbers are cheap. Here are the changelog entries for 6.0.0: Drop support for Python 3.5 and 3.6. Add support for Python 3.9 and 3.10. Drop support for Django 1.11, 2.0, and 2.1. Add … -
Working with Static and Media Files in Django
This article looks at how to work with static and media files in a Django project, locally and in production. -
Setting Your Sites
Full show notes are available at https://www.mattlayman.com/django-riffs/16. -
Episode 16 - Setting Your Sites
On this episode, we look at how to manage settings on your Django site. What are the common techniques to make this easier to handle? Let’s find out! Listen at djangoriffs.com or with the player below. Last Episode On the last episode, we dug into sessions and how Django uses that data storage technique for visitors to your site. How Is Django Configured? To run properly, Django needs to be configured. -
typing.Protocol Across Python Versions
How to seamlessly support typing.Protocol on Python versions older and newer than 3.8. At the same time. -
Django News - Django security releases issued: 4.0.2, 3.2.12, and 2.2.27 - Feb 4th 2022
News Django security releases issued: 4.0.2, 3.2.12, and 2.2.27 Multiple security updates in this release. We encourage all users of Django to upgrade as soon as possible. djangoproject.com Want to host DjangoCon Europe 2023? If you have ever wanted to host and run DjangoCon Europe, the DSF welcomes your proposal. djangoproject.com Black (22.1.0) is out of beta At long last, Black is no longer a beta product! This is the first non-beta release and the first release covered by a new stability policy. Django has committed to incorporating Black once this milestone was reached per DEP 8. github.com Google sponsors Wagtail CMS's next-generation web content management experience When Google saw the roadmap of enhancements ahead for Wagtail, they realized how much their team will benefit and decided to provide $150,000 of corporate sponsorship to accelerate the development effort. prnewswire.com Open Source Credit Survey The University of Vermont team is conducting a survey about how people receive credit for the tasks they do as part of open source projects. dev.to Heads up: pip-compile fails with pip 22.0 pip==22.0 broke pip-tools. github.com Trends and Insights Trends and Insights for the first week of February 2022 🗑 Apple is officially removing Python 2.7 … -
Admin Interface For PDFs - Building SaaS with Python and Django #126
In this episode, I need tools to inspect some PDF reports that I’m building that customers of my homeschool app will use at the end of the school year. I build the admin tools that allow me to see these PDFs quickly. -
Admin Interface For PDFs - Building SaaS #126
In this episode, I need tools to inspect some PDF reports that I’m building that customers of my homeschool app will use at the end of the school year. I build the admin tools that allow me to see these PDFs quickly. -
Django Testing and Debugging - Karen Tracey
Karen Tracey at Cactus groupDjango 1.1 Testing and Debugging Caktus Group: Auto Scaling Online SurveyKaren joining the DSF BoardSupport the ShowThis podcast does not have any ads or sponsors. To support the show, please consider purchasing a book, signing up for Button, or reading the Django News newsletter. -
Developing a Values Interview Question
How do you develop an interview question that measures a core value?