A Complete Guide to git reset --hard and git clean -dfGit is a powerful version control system that allows developers to manage their source code efficiently. Two commands, git reset --hard and…4d ago4d ago
Published inDjango UnleashedDjango Cache Examples with a Complete ProjectIn this tutorial, we’ll cover all types of Django caching with examples. By the end, you’ll have a working Django project that demonstrates…Jan 14Jan 14
Upgrading an Odoo Module from Version 15 to Version 18: A Step-by-Step Tutorial with ExampleUpgrading an Odoo module from version odoo15 to version odoo18 requires careful adjustments to ensure compatibility with changes introduced…Jan 13Jan 13
Published inDjango UnleashedDjango Tenants Tutorial with Real Project — Build a Multi-Tenant Blog ApplicationIf you are working on a SaaS (Software as a Service) project or an application that needs to support multiple clients with isolate data…Jan 61Jan 61
Published inDjango UnleashedAsynchronous Tasks With Django and CeleryOverviewDec 12, 2024Dec 12, 2024
How to Change the Author Name of Your Odoo App on Odoo App Store (Step-by-Step Guide)Introduction:Nov 21, 2024Nov 21, 2024
Published inDjango UnleashedDjango Pagination Tutorial with ExampleDjango’s pagination module allows you to split a large set of data into smaller chunks (pages). This is particularly useful for displaying…Nov 11, 20241Nov 11, 20241
Published inDjango UnleashedStep-by-Step Guide to Django Signals: Using pre_save, post_save, pre_delete, and post_deleteIntroduction:Sep 24, 2024Sep 24, 2024
Published inDjango UnleashedOptimizing Django Queries with select_related and prefetch_relatedWhen working with Django’s ORM, efficiently managing database queries can significantly impact the performance of your application. Two…Sep 5, 2024Sep 5, 2024
Published inDjango UnleashedOdoo 17 Customization: Remove Delete Icon from Tree ViewOdoo is a powerful and flexible ERP system that allows extensive customization to fit business needs. Sometimes, you may want to restrict…Sep 1, 2024Sep 1, 2024