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 →
Published on Nov 03, 2021 Django Tailwind CSS Alpine.js Tutorial This FREE tutorial series will teach you how to integrate Tailwind CSS, Alpine.js with Django, and how to make them work together. Read more →
Published on Nov 03, 2021 How to Setup Tailwind CSS with Django (Part 1) Learn to use django-tailwind to setup Tailwind CSS in Django project. Read more →
Published on Oct 28, 2021 Fallback Offline Page in Django Use Service worker to cache the offline page, and return the page when network is not available Read more →
Published on Oct 21, 2021 Add Service Worker to Django Understand what is Web app manifest and how to generate app icons using NPM package in Django. Read more →