What's new in Django community blogs?

Django Choices Best Practices

March 2, 2022 » Django Archives - ZeroToByte » [Archived Version]

Models in Django define entities and their fields (columns) in the database. These columns represent the Django Field class with ... Read more The post Django Choices Best Practices appeared first on ZeroToByte.

Read More

Django Community - Anna Makarudze

March 2, 2022 » Django Chat » [Archived Version]

Anna is a software engineer from Zimbabwe who is the President of the Django Software Foundation and a Trustee of Django Girls. We talk about her formal computer science education, organizing events in Africa, and Django Girls.

Read More

Deploying a Django Application to Elastic Beanstalk

Feb. 28, 2022 » TestDriven.io » [Archived Version]

This tutorial shows how to deploy a Django Application to AWS Elastic Beanstalk.

Read More

Form Features and CSS - Building SaaS with Python and Django #128

Feb. 24, 2022 » Django on Matt Layman » [Archived Version]

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.

Read More

Django Multiple Databases Setup

Feb. 22, 2022 » Django Archives - ZeroToByte » [Archived Version]

Django and its standard configuration come with a single database by default. Often, when projects get large and complex, that ... Read more The post Django Multiple Databases Setup appeared first on ZeroToByte.

Read More

Asynchronous Tasks with Flask and Celery

Feb. 17, 2022 » TestDriven.io » [Archived Version]

This tutorial looks at how to configure Celery to handle long-running tasks in a Flask app.

Read More

Upgrade to Tailwind CSS v3 - Building SaaS with Python and Django #127

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

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.

Read More

Django Deployments - Eric Matthes

Feb. 16, 2022 » Django Chat » [Archived Version]

Eric is the author of the new django-simple-deploy package which provides Django deployment in three steps. We discuss the deployment learning cliff, the ideal hosting platform, and maintaining his bestselling book Python Crash Course.

Read More

PDFs in Django like it’s 2022!

Feb. 14, 2022 » /var/ - django » [Archived Version]

How to render PDFs in Django like it’s 2022!

Read More

Running Django on DigitalOcean's App Platform

Feb. 9, 2022 » TestDriven.io » [Archived Version]

This article looks at how to deploy a Django application to DigitalOcean's App Platform.

Read More