django-planet

Blog: Matt Layman

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

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

Zip Archive HTTP Response - Building SaaS with Python and Django #124

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

In this episode, we continued to build the PDF reporting feature. The focus on the stream was on building the zip archive file as the HTTP response. This will be the container for future PDF reports. I also started the setup for the weasyprint PDF package.

Read More

Zip Archive HTTP Response - Building SaaS #124

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

In this episode, we continued to build the PDF reporting feature. The focus on the stream was on building the zip archive file as the HTTP response. This will be the container for future PDF reports. I also started the setup for the weasyprint PDF package.

Read More

Go Fast With Django

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

In the last Understand Django article, we learned about commands. Commands are the way to execute scripts that interact with your Django app. With this article, we’re going to dig into performance. How do you make your Django site faster? Keep reading to find out. From Browser To DjangoURLs Lead The WayViews On ViewsTemplates For User InterfacesUser Interaction With FormsStore Data With ModelsAdminister All The ThingsAnatomy Of An ApplicationUser AuthenticationMiddleware Do You Go?

Read More

PDF Bundle Report - Building SaaS with Python and Django #123

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

In this episode, we started work on a new feature for the homeschool application. This feature is a report bundle that will add PDFs of all school year activities to a zip archive for a customer’s record keeping purposes.

Read More

PDF Bundle Report - Building SaaS #123

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

In this episode, we started work on a new feature for the homeschool application. This feature is a report bundle that will add PDFs of all school year activities to a zip archive for a customer’s record keeping purposes.

Read More