Published onNovember 12, 2021How 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 onNovember 12, 2021How 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 onNovember 10, 2021How 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 onNovember 3, 2021Django Tailwind CSS Alpine.js TutorialThis 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 onNovember 3, 2021How to Setup Tailwind CSS with Django (Part 1)Learn to use django-tailwind to setup Tailwind CSS in Django project.Read more →
Published onOctober 28, 2021Fallback Offline Page in DjangoUse Service worker to cache the offline page, and return the page when network is not availableRead more →
Published onOctober 21, 2021Add Service Worker to DjangoUnderstand what is Web app manifest and how to generate app icons using NPM package in Django.Read more →
Published onSeptember 9, 2021Add Web app manifest to DjangoUnderstand what is Web app manifest and how to generate app icons using NPM package in Django.Read more →
Published onAugust 4, 2021Django PWA TutorialThis tutorial series will teach you how to build PWA with Django.Read more →
Published onJuly 15, 2021How to use HtmlWebpackPlugin to load Webpack bundle in DjangoI will show you how use HtmlWebpackPlugin to load Webpack bundle in Django without ANY Django 3-party packageRead more →