How to Use Multiple Python Versions in Linux Without Changing the System Default VersionPython is evolving and upgrading with newer versions gradually, but when a version is upgraded, older version code sometimes doesn’t work…Aug 7, 2024Aug 7, 2024
Top 5 Django E-commerce CMS to Try in 2024The rapid evolution of e-commerce has driven the demand for robust, scalable, and feature-rich content management systems (CMS). Django, a…May 19, 2024May 19, 2024
Django Auto active/deactivate post with date field query without using corn jobIn general, we basically deactivate and active something on a certain date or in a certain date range using Django celery which requires…Sep 16, 20221Sep 16, 20221
Auto-documenting REST API filtering with every possible query paramsA REST API should spend almost all of its descriptive effort in defining the media type(s) used for representing resources and driving…Aug 31, 2021Aug 31, 2021
Celery with Django: Every Basic of celery in one postRunning a periodic task is important job in web development but unfortunately django don’t have such built-in solution for periodic task.May 27, 2021May 27, 2021
filter a nested serializer in Django Rest FrameworkI am going to demonstrate how you can filter in nested serializerMay 27, 2021May 27, 2021