django-planet

Blog: Matt Layman

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

Sign Up - Building SaaS #178

Dec. 21, 2023 » Django on Matt Layman » [Archived Version]

In this episode, we did some work on the sign up template. In the process, we added some base template styling, talked about branding, and considered the other elements that are required before we can turn on sign up for others. I also cover waffle as a feature flag tool.

Read More

Sign Up - Building SaaS with Python and Django #178

Dec. 21, 2023 » Django on Matt Layman » [Archived Version]

In this episode, we did some work on the sign up template. In the process, we added some base template styling, talked about branding, and considered the other elements that are required before we can turn on sign up for others. I also cover waffle as a feature flag tool.

Read More

Tailwind CSS on Python and Heroku - Building SaaS

Dec. 11, 2023 » Django on Matt Layman » [Archived Version]

Tailwind CSS is a fantastic tool for making CSS easy to use on your webapps. On the video, I added Tailwind CSS to my Django app and showed how to use it and deploy it to Heroku (which required some extra configuration for JavaScript support).

Read More

Tailwind CSS on Python and Heroku - Building SaaS

Dec. 11, 2023 » Django on Matt Layman » [Archived Version]

Tailwind CSS is a fantastic tool for making CSS easy to use on your webapps. On the video, I added Tailwind CSS to my Django app and showed how to use it and deploy it to Heroku (which required some extra configuration for JavaScript support).

Read More

WhiteNoise For Static Files - Building SaaS

Dec. 9, 2023 » Django on Matt Layman » [Archived Version]

This video is all about adding the popular WhiteNoise package into my Django app to serve static files (e.g., CSS, JavaScript, and images) directly from the app. I walk through the process from start to finish and deploy it live to show how things work.

Read More

WhiteNoise For Static Files - Building SaaS

Dec. 9, 2023 » Django on Matt Layman » [Archived Version]

This video is all about adding the popular WhiteNoise package into my Django app to serve static files (e.g., CSS, JavaScript, and images) directly from the app. I walk through the process from start to finish and deploy it live to show how things work.

Read More

Operations, WhiteNoise, and Tailwind - Building SaaS #177

Dec. 7, 2023 » Django on Matt Layman » [Archived Version]

In this episode, I worked through a couple of issues discovered after having the site be operational for real use. From there, we moved onto some fundamental technology and integrated WhiteNoise to handle static files for the application. After adding WhiteNoise, we hooked up Tailwind CSS.

Read More

Operations, WhiteNoise, and Tailwind - Building SaaS with Python and Django #177

Dec. 7, 2023 » Django on Matt Layman » [Archived Version]

In this episode, I worked through a couple of issues discovered after having the site be operational for real use. From there, we moved onto some fundamental technology and integrated WhiteNoise to handle static files for the application. After adding WhiteNoise, we hooked up Tailwind CSS.

Read More

Switch an Existing Python Project To Ruff

Dec. 1, 2023 » Django on Matt Layman » [Archived Version]

On a recent Building SaaS stream, we switched from using flake8, Black, isort, and bandit completely over to a single tool, Ruff. Watch an experienced Pythonista work through many of the options and do a full conversion to this powerful tool

Read More

Switch an Existing Python Project To Ruff

Dec. 1, 2023 » Django on Matt Layman » [Archived Version]

On a recent Building SaaS stream, we switched from using flake8, Black, isort, and bandit completely over to a single tool, Ruff. Watch an experienced Pythonista work through many of the options and do a full conversion to this powerful tool

Read More