django-planet

What's new in Django community blogs?

Canceling Stripe Subscriptions - Building SaaS #17

March 28, 2019 » Django on Matt Layman » [Archived Version]

In this episode, we continued on the deactivation workflow and worked through canceling a subscription with Stripe.

Read More

Django REST Framework

March 27, 2019 » Django Chat » [Archived Version]

A discussion of Django REST Framework, how it integrates with traditional Django, and its core features.

Read More

Less Obvious Things To Do With Django’s ORM

March 22, 2019 » Markus Holtermann » [Archived Version]

Django’s ORM is powerful and has been for ages. It only became even more powerful over the last years. In this post I want to explore some less-known features.

Read More

Less Obvious Things To Do With Django’s ORM

March 22, 2019 » Markus Holtermann » [Archived Version]

Django’s ORM is powerful and has been for ages. It only became even more powerful over the last years. In this post I want to explore some less-known features.

Read More

Codemotion Rome 2019

March 21, 2019 » Paolo Melchiorre » [Archived Version]

Codemotion is an European Tech Conference devoted to software developers. Codemotion was created in 2007, and holds annual conferences in Rome, Milan, Madrid, Berlin, and Tel Aviv.

Read More

Feature Flags in Action - Building SaaS #16

March 21, 2019 » Django on Matt Layman » [Archived Version]

In this episode, we used the feature flag system covered last time to add a new feature! We saw how feature flags make sure that your users don’t see your feature until you’re ready.

Read More

Third Party Packages

March 20, 2019 » Django Chat » [Archived Version]

Django 3rd Party Packages are the "secret sauce" in many Django projects. In this episode we discuss our personal top picks.

Read More

Breaking Django

March 15, 2019 » Django Chat » [Archived Version]

Carlton broke Django for a few hours recently. In this mini episode we discuss how this is possible and explain how Django releases work.

Read More

How to Learn Django

March 13, 2019 » Django Chat » [Archived Version]

Carlton and William discuss how to learn Django whether you are a total beginner or experienced web developer.

Read More

How to use uWSGI with Python 3.7 in Ubuntu 18

March 12, 2019 » Paolo Melchiorre » [Archived Version]

Step-by-step how-to guide to use uWSGI with Python 3.7 for Ubuntu 18.04 and 18.10.

Read More