| web | https://www.mattlayman.com/tags/django/ |
|---|---|
| Author |
Feb. 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. 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 MoreDec. 19, 2018 » Django on Matt Layman » [Archived Version]
In this stream episode, we added our third party integration (Prompt) to the page where school information is displayed. This involved some Django model changes, view additions, and template development.
Read MoreDec. 13, 2018 » Django on Matt Layman » [Archived Version]
What happens when you take a novice web developer and put him in front of an audience equipped with the Django tutorial only? That’s what we did at Python Frederick. The conversation and learning that resulted was awesome. Check out the video on YouTube to see what you can learn too! Our presenter was Patrick Pierson. Patrick works for IronNet Cybersecurity as a Senior Software Engineer. He uses Python daily to deploy AWS resources and test the IronNet platform.
Read MoreNov. 29, 2018 » Django on Matt Layman » [Archived Version]
In this stream episode, we took some new data from a new Django database model, and I showed how to add that data to different templates. Along the way, we wrote automated tests and generated a database migration.
Read MoreNov. 22, 2018 » Django on Matt Layman » [Archived Version]
In this episode, we added Celery beat to College Conductor. Celery beat is the scheduler for the Celery worker system. I walked through how to test new infrastructure, confirmed that Celery beat worked, then showed how to add it to Ansible, the infrastructure deployment tool.
Read MoreNov. 19, 2018 » Django on Matt Layman » [Archived Version]
I started streaming on Twitch. The stream covers how to build a Software as a Service (SaaS) with Python using Django. The stream runs at 9pm Eastern time on Wednesday most weeks. I show developers how to build a site that is more complex than a tutorial. We look at: Designing and creating pages for users How to create automated tests for the code Making background jobs that handle business processes Deploying code and infrastructure development During the stream, we’re working on College C…
Read MoreNov. 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 MoreOct. 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