django-planet

What's new in Django community blogs?

Bulk Delete Form - Building SaaS #117

Oct. 8, 2021 » Django on Matt Layman » [Archived Version]

In this episode, I worked on the bulk delete form that I need so that my customers can delete many tasks in the system at once.

Read More

Deploying Vault and Consul

Oct. 2, 2021 » TestDriven.io » [Archived Version]

This tutorial shows how to deploy Vault and Consul with Docker Swarm.

Read More

Django REST Framework Views - ViewSets

Oct. 1, 2021 » TestDriven.io » [Archived Version]

This article takes a deep dive into Django REST Framework's most powerful view, ViewSets.

Read More

Debugging a Containerized Django App in PyCharm

Sept. 30, 2021 » TestDriven.io » [Archived Version]

In this tutorial, we'll show you how to configure PyCharm for debugging a Django app running inside of Docker.

Read More

How Much Does It Cost To Develop A Mobile App?

Sept. 30, 2021 » Software Development Blog & IT Tech Insights | Django Stars » [Archived Version]

When asking how much it costs to develop a mobile app, it’s important to know whether you’re looking for a rough estimate or a detailed one. The thing is, the detailed estimate isn’t going to happen at the initial stage of the negotiations. The vendor will need detailed specs (requirements) of the future product to […] The post How Much Does It Cost To Develop A Mobile App? appeared first on Software Development Blog & IT Tech Insights | Django Stars.

Read More

Bulk Delete View - Building SaaS with Python and Django #116

Sept. 30, 2021 » Django on Matt Layman » [Archived Version]

In this episode, I started a bulk delete view to make it possible for customers to delete many course tasks at once.

Read More

Bulk Delete View - Building SaaS #116

Sept. 30, 2021 » Django on Matt Layman » [Archived Version]

In this episode, I started a bulk delete view to make it possible for customers to delete many course tasks at once.

Read More

Django REST Framework Views - Generic Views

Sept. 29, 2021 » TestDriven.io » [Archived Version]

This article looks at how to use Django REST Framework's Generic Views to prevent repeating certain patterns over and over again.

Read More

Django 4.0

Sept. 29, 2021 » Django Chat » [Archived Version]

We’re back after a summer break! This episode talks about Django 4.0 alpha release which is now available, what to expect in it, community news, and more.

Read More

Django REST Framework Views - APIViews

Sept. 27, 2021 » TestDriven.io » [Archived Version]

This article takes a deep dive into how Django REST Framework's views work and its most basic view, APIView.

Read More