Mehedi KhanHow to Change the Author Name of Your Odoo App on Odoo App Store (Step-by-Step Guide)Introduction:4h ago4h ago
Mehedi KhaninDjango 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
Mehedi KhaninDjango UnleashedStep-by-Step Guide to Django Signals: Using pre_save, post_save, pre_delete, and post_deleteIntroduction:Sep 24Sep 24
Mehedi KhaninDjango 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
Mehedi KhaninDjango 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
Mehedi KhaninDjango UnleashedHandling Directories and Files Using Python’s packagesTable of ContentsAug 25Aug 25
Mehedi KhaninDjango UnleashedPython File Handling with the glob Module: A Comprehensive GuideIntroductionAug 15Aug 15
Mehedi KhaninDjango 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
Mehedi KhanDjango 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
Mehedi KhaninDjango 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