Published on Aug 31, 2022 Django Favicon Guide In this tutorial, I will talk about the two solutions to add Favicon to your Django project. Read more →
Published on Dec 28, 2021 How to deploy Django project to Heroku using Docker In this Django Heroku guide, I will talk about how to deploy Django project to Heroku using Docker. Read more →
Published on Dec 28, 2021 Heroku vs AWS Which is Best for Your Django project In this Django Heroku tutorial, I will talk about the relationship and difference between Heroku and AWS. Read more →
Published on Dec 28, 2021 Heroku Logs Tutorial In this Heorku tutorial, I talked about how to use heroku logs and how to use Sentry to record error log for Heroku app. Read more →
Published on Nov 24, 2021 Render Django Form with Tailwind CSS Style In this Django Tailwind tutorial, we will learn how to render Django form with Tailwind CSS style. Read more →
Published on Nov 17, 2021 Optimize Tailwind CSS in Django Optimize Tailwind using PurgeCSS, and make web page auto reload on code change during development. Read more →
Published on Nov 12, 2021 Django SASS/SCSS Tutorial Series I will teach you how to use SASS/SCSS in your Django projects. Read more →
Published on Nov 12, 2021 How to use SCSS/SASS in your Django project (Python Way) In this blog post, I will talk about how to use SCSS/SASS in your Django project with Python package. Read more →
Published on Nov 12, 2021 How to use SCSS/SASS in your Django project (NPM Way) In this blog post, I will talk about how to use SCSS/SASS in your Django project with NPM. Read more →
Published on Nov 10, 2021 How to Setup Tailwind CSS with Django (Part 2) Use python-webpack-boilerplate to jump start frontend project bundled by Webpack, and import Tailwind CSS. Read more →