March 7, 2019 » Django on Matt Layman » [Archived Version]
In this episode, we added a feature flag system to College Conductor to control when users see new features. We used the excellent Django Waffle project.
Read MoreMarch 4, 2019 » James Bennett » [Archived Version]
A couple weeks ago I ran a poll on Twitter asking people whether they’d ever used, or considered using, the contribute_to_class() method to write something that attaches to or hooks into a Django ORM model class, and if so what their thoughts were. There was also a “don’t know what that is” option, which won by a large margin, and I promised I’d provide an explanation. Unfortunately, that was around the time I suffered a kitchen … Read full entry
Read MoreMarch 4, 2019 » James Bennett » [Archived Version]
A couple weeks ago I ran a poll on Twitter asking people whether they’d ever used, or considered using, the contribute_to_class() method to write something that attaches to or hooks into a Django ORM model class, and if so what their thoughts were. There was also a “don’t know what that is” option, which won by a large margin, and I promised I’d provide an explanation. Unfortunately, that was around the time I suffered a kitchen … Read full entry
Read MoreMarch 2, 2019 » Paolo Melchiorre » [Archived Version]
An article about me and my involvement in the Python community (mainly Django) as a Free Software developer, GNU/Linux user and tech conference speaker.
Read MoreFeb. 25, 2019 » /var/ - django » [Archived Version]
How to properly fix the errors you get when integrating async jobs (rq, celery etc) with your database in Djang
Read MoreFeb. 19, 2019 » Instawork Engineering » [Archived Version]
At Instawork we have multiple different environments (test, development, staging, production) and we have quite a few different Django…Continue reading on Instawork Engineering »
Read MoreFeb. 6, 2019 » Django on Matt Layman » [Archived Version]
Here’s a recap of what happened on the Building SaaS with Python and Django stream this past month. If some of these topics interest you, check them out! If you want to join live in the future, I stream live on Twitch on Wednesdays at 9pm Eastern time in the U.S. at https://www.twitch.tv/mblayman. Completing a 3rd party integration We spent some weeks in December building a 3rd party integration into College Conductor (the SaaS project that the stream focuses on).
Read MoreJan. 16, 2019 » Django on Matt Layman » [Archived Version]
In this episode, we started on a tools dashboard for admin-level users. We talked about Django’s auth module for handling access and how to protect views from unauthorized users.
Read MoreDec. 28, 2018 » TestDriven.io » [Archived Version]
This tutorial looks at how to integrate Stripe Connect into a Django application.
Read MoreDec. 26, 2018 » Django on Matt Layman » [Archived Version]
In this episode, we added the background task that does web scraping to collect data from a third party service. We wrote a Celery task and used requests and Beautiful Soup to handle all the scraping.
Read More