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.
Practical guides for building production SaaS products with Django, Next.js, React and AI.
In this Django Heroku tutorial, I will talk about the relationship and difference between Heroku and AWS.
Learn how to automate Python project deployment to Heroku using Gitlab CI and Heroku API tokens.
Learn how to set up and manage Heroku Pipelines for streamlined app deployment and continuous delivery.
Learn how to build dynamic landing pages with Wagtail CMS using StreamField, FormBuilder, and Bootstrap for flexible content and forms.
Learn how to set up A/B testing in Wagtail CMS using wagtail-personalisation and wagtail-experiments for conversion optimization and split testing.
Learn how to improve Python coding style in your Wagtail/Django project using flake8, autopep8, Black, isort, and pre-commit for clean, maintainable code.
Learn how to add multi-language support to Wagtail CMS using wagtailtrans, wagtail-modeltranslation, and wagtail-localize for flexible content translation.
Learn how to export and restore Wagtail site content using Django dumpdata and loaddata commands, including tips for troubleshooting and test fixtures.
Learn how to replace ParentalManyToManyField with InlinePanel in Wagtail for better data migration and flexible category management.
In this Django Tailwind tutorial, we will learn how to render Django form with Tailwind CSS style.