django-planet

What's new in Django community blogs?

Multiple Stripe plans - Building SaaS #3

Nov. 8, 2018 » Django on Matt Layman » [Archived Version]

In this stream episode, I built a Django model that would allow my SaaS app (College Conductor) to deal with multiple Stripe plans. After building the model, we updated the landing page to display a different plan based on the database data from the model.

Read More

Reporting scraped data - Building SaaS #2

Oct. 31, 2018 » Django on Matt Layman » [Archived Version]

In this episode, I took data that we collected from a web scraping task built in the first stream and created a report email that could be sent to the site admin.

Read More

Optimized Python

Oct. 25, 2018 » REVSYS Blog » [Archived Version]

Optimized Python

Read More

Building SaaS with Python and Django #1

Oct. 25, 2018 » Django on Matt Layman » [Archived Version]

This was the first episode and it was an experiment in streaming. In future episodes, I’ve greatly improved audio and video settings. I’d suggest checking those out.

Read More

Iterating with Simplicity: Evolving a Django app with Intercooler.js

Oct. 24, 2018 » Instawork Engineering » [Archived Version]

About a year ago, Instawork started experimenting with a new product called Gigs. Gigs lets restaurants and caterers fill on-demand shifts with pre-qualified dishwashers, cooks, and servers from Instawork’s network of professionals. Our MVP was little more than a Google form to request shifts. This worked OK in the early days, but as the product took off, it became clear we needed a web dashboard for managers to view and edit their gigs.Our existing web dashboard (a hiring app for full time job…

Read More

A Guide to Hiring Programmers: The High Cost of Low Quality

Oct. 17, 2018 » REVSYS Blog » [Archived Version]

A Guide to Hiring Programmers: The High Cost of Low Quality

Read More

About looking for a bottleneck

Oct. 8, 2018 » Thomas Loiret - Random thoughts » [Archived Version]

Be sure to use trustworthy tools to determine your metrics and be methodical about how you are looking for a bottleneck.

Read More

Update annotated Django querysets using subqueries

Sept. 30, 2018 » Paolo Melchiorre » [Archived Version]

How-To guide to update a Django queryset with annotation and subquery.

Read More

Do you know that your email address is shared by default with your network on LinkedIn?

Sept. 11, 2018 » Thomas Loiret - Random thoughts » [Archived Version]

Your email address is visible by default to your network, you may not want that.

Read More

Tips for Using Django's ManyToManyField

Aug. 31, 2018 » REVSYS Blog » [Archived Version]

Tips for Using Django's ManyToManyField

Read More