django-planet

Blog: Matt Layman

web https://www.mattlayman.com/tags/django/
Author

Epic Debugging, Hilarious Outcome - Building SaaS #205

Oct. 18, 2024 » Django on Matt Layman » [Archived Version]

In this episode, I dug into an issue with sign up. What I thought was going to be a minor issue to fix turned into a massively intense debugging session. We ended up going very deep with the django-allauth package to understand what was going on.

Read More

Epic Debugging, Hilarious Outcome - Building SaaS #205

Oct. 18, 2024 » Django on Matt Layman » [Archived Version]

In this episode, I dug into an issue with sign up. What I thought was going to be a minor issue to fix turned into a massively intense debugging session. We ended up going very deep with the django-allauth package to understand what was going on.

Read More

Postgres to SQLite - Building SaaS #204

Sept. 27, 2024 » Django on Matt Layman » [Archived Version]

In this episode, we worked on the cloud migration’s data strategy. I focused on how to convert a Postgres database into a SQLite database and planned out the process that I will follow to do the actual migration.

Read More

Postgres to SQLite - Building SaaS #204

Sept. 27, 2024 » Django on Matt Layman » [Archived Version]

In this episode, we worked on the cloud migration’s data strategy. I focused on how to convert a Postgres database into a SQLite database and planned out the process that I will follow to do the actual migration.

Read More

Docker Go, JS, Static Files - Building SaaS #203

Sept. 20, 2024 » Django on Matt Layman » [Archived Version]

In this episode, we continued on the cloud migration path. We need to build a Docker container with all the necessary static files. Some of these come from Go via Hugo for a content blog. Some comes from JavaScript via Tailwind for CSS. Some come from Python via Sphinx for documentation. All need to built into the same image. That’s what we covered on this stream.

Read More

Docker Go, JS, Static Files - Building SaaS #203

Sept. 20, 2024 » Django on Matt Layman » [Archived Version]

In this episode, we continued on the cloud migration path. We need to build a Docker container with all the necessary static files. Some of these come from Go via Hugo for a content blog. Some comes from JavaScript via Tailwind for CSS. Some come from Python via Sphinx for documentation. All need to built into the same image. That’s what we covered on this stream.

Read More

Cloud Migration Beginning - Building SaaS #202

Sept. 13, 2024 » Django on Matt Layman » [Archived Version]

In this episode, we started down the path of migrating School Desk off of Heroku and onto Digital Ocean. Most of the effort was on tool changes and beginning to make a Dockerfile for deploying the app to the new setup.

Read More

Cloud Migration Beginning - Building SaaS #202

Sept. 13, 2024 » Django on Matt Layman » [Archived Version]

In this episode, we started down the path of migrating School Desk off of Heroku and onto Digital Ocean. Most of the effort was on tool changes and beginning to make a Dockerfile for deploying the app to the new setup.

Read More

Kamal On A Droplet - Building SaaS #201

Sept. 6, 2024 » Django on Matt Layman » [Archived Version]

In this episode, we continued working with the Kamal deploy tool. Last time, we build a demo image. With this session, we created a Digital Ocean Droplet (i.e., VM) and deployed to that. Along the journey, we learned a lot about how Kamal operates.

Read More

Kamal On A Droplet - Building SaaS #201

Sept. 6, 2024 » Django on Matt Layman » [Archived Version]

In this episode, we continued working with the Kamal deploy tool. Last time, we build a demo image. With this session, we created a Digital Ocean Droplet (i.e., VM) and deployed to that. Along the journey, we learned a lot about how Kamal operates.

Read More