How to Change the Author Name of Your Odoo App on Odoo App Store (Step-by-Step Guide)Introduction:Nov 21Nov 21
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 111Nov 111
Published inDjango UnleashedStep-by-Step Guide to Django Signals: Using pre_save, post_save, pre_delete, and post_deleteIntroduction:Sep 24Sep 24
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 5Sep 5
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 1Sep 1
Published inDjango UnleashedHandling Directories and Files Using Python’s packagesTable of ContentsAug 25Aug 25
Published inDjango UnleashedPython File Handling with the glob Module: A Comprehensive GuideIntroductionAug 15Aug 15
Published inDjango UnleashedTrack Your Python Task Progress with tqdm: A Step-by-Step TutorialThe tqdm package in Python is a great tool for adding progress bars to your loops, making it easy to monitor the progress of your tasks…Aug 13Aug 13
Django Aggregate vs Annotate with exampleDjango’s aggregate and annotate functions are used to perform calculations on querysets. While they might seem like similar, they serve…Jul 27Jul 27
Published inDjango UnleashedMastering Django Inline Admin: TabularInline and StackedInline ExamplesDjango’s admin interface is a powerful tool for managing your application’s data. One of its most useful features is the ability to edit…Jul 12Jul 12