django-planet

Feed: Django on Matt Layman

Recent content in Django on Matt Layman

Blog Matt Layman
RSS 2.0 Feed Django on Matt Layman
web https://www.mattlayman.com/tags/django/
Last Update11.22.2024
Posts336

PDF Debugging - Building SaaS with Python and Django #129

March 3, 2022 » Django on Matt Layman » [Archived Version]

In this episode, I debugged the static file handling that my homeschool application is using when it generates PDF reports. Note: There was some stream trouble. This segment of the stream had no webcam video and was disconnected. Part 2 shows the successful completion of the PDF integration which you can see at https://www.youtube.com/watch?v=F5CBNNZMdxs.

Read More

Form Features and CSS - Building SaaS #128

Feb. 24, 2022 » Django on Matt Layman » [Archived Version]

In this episode, we worked on a user requested feature that improves a workflow for task management in the homeschool app. After completing the feature, I returned to the PDF bundle project to add CSS styling to the PDF report.

Read More

Form Features and CSS - Building SaaS with Python and Django #128

Feb. 24, 2022 » Django on Matt Layman » [Archived Version]

In this episode, we worked on a user requested feature that improves a workflow for task management in the homeschool app. After completing the feature, I returned to the PDF bundle project to add CSS styling to the PDF report.

Read More

Upgrade to Tailwind CSS v3 - Building SaaS #127

Feb. 17, 2022 » Django on Matt Layman » [Archived Version]

In this episode, I upgraded my app to switch from Tailwind CSS v2 to v3. We worked through the migration guide to make all the needed changes to work with v3. Then I upgraded my development tools to make Tailwind updates as I develop my templates.

Read More

Upgrade to Tailwind CSS v3 - Building SaaS with Python and Django #127

Feb. 17, 2022 » Django on Matt Layman » [Archived Version]

In this episode, I upgraded my app to switch from Tailwind CSS v2 to v3. We worked through the migration guide to make all the needed changes to work with v3. Then I upgraded my development tools to make Tailwind updates as I develop my templates.

Read More

Episode 16 - Setting Your Sites

Feb. 6, 2022 » Django on Matt Layman » [Archived Version]

On this episode, we look at how to manage settings on your Django site. What are the common techniques to make this easier to handle? Let’s find out! Listen at djangoriffs.com or with the player below. Last Episode On the last episode, we dug into sessions and how Django uses that data storage technique for visitors to your site. How Is Django Configured? To run properly, Django needs to be configured.

Read More

Admin Interface For PDFs - Building SaaS #126

Feb. 3, 2022 » Django on Matt Layman » [Archived Version]

In this episode, I need tools to inspect some PDF reports that I’m building that customers of my homeschool app will use at the end of the school year. I build the admin tools that allow me to see these PDFs quickly.

Read More

Admin Interface For PDFs - Building SaaS with Python and Django #126

Feb. 3, 2022 » Django on Matt Layman » [Archived Version]

In this episode, I need tools to inspect some PDF reports that I’m building that customers of my homeschool app will use at the end of the school year. I build the admin tools that allow me to see these PDFs quickly.

Read More

Ordering Existing Models - Building SaaS with Python and Django #125

Jan. 27, 2022 » Django on Matt Layman » [Archived Version]

In this episode, we built out a customer requested feature of adding order of grade levels within the school year of my homeschool app. This will allow users to change the display of crucial pages within the app.

Read More

Ordering Existing Models - Building SaaS #125

Jan. 27, 2022 » Django on Matt Layman » [Archived Version]

In this episode, we built out a customer requested feature of adding order of grade levels within the school year of my homeschool app. This will allow users to change the display of crucial pages within the app.

Read More