PinnedHow to fix removed template tags in Django adminIf you upgraded your version of Django, you may have noticed that some template tags has been removed which may cause issues in the django…Aug 18, 2024Aug 18, 2024
PinnedPublished inTowards DevCommon Django errors and exceptions and how to fix them — part 1Many Django developers experience bottlenecks when working with Django. Nothing is as good as finding a quick solution on time. Even…Jun 26, 2022Jun 26, 2022
Optimal way to add custom fields to Django adminThis article shows two ways of adding custom fields to the Django admin and which scenario is best for anotherJan 11, 2024Jan 11, 2024
Why I decided to pursue an IBM DevSecOps certificationIn this blog, I will explain why I decided to get an IBM DevSecOps certification, mistakes I made prior to my exams, lessons I learnt, tips…Jun 25, 2023Jun 25, 2023
How to backup and restore large Django data on PostgreSQL faster and more efficientlyThis simple tutorial will show you the quickest and fastest way to backup and restore large django data within minutes.Jan 6, 2023Jan 6, 2023
Simple alternative ways to debug Python/Django without a debuggerprinting out too many object values line by line may not necessarily be the best option without a debugger. This blog describes a better…Jul 12, 2022Jul 12, 2022
Getting started with Django roadmap — Part 2Part 2 of the getting started wtih Django roadmap. Easy to follow through so yuo can focus on the important aspects of DjangoJul 5, 2022Jul 5, 2022
Getting started with Django roadmap — Part 1Have you ever started learning Django and are completely confused about the various steps to take. For example, when to run the migrate…Jun 30, 2022Jun 30, 2022
Django best practices — Part 2Second part of the series on Django best practicesJun 17, 20221Jun 17, 20221
Django best practices — part 1I have had the chance of mentoring people who are learning programming. Learn about Django best practicesJun 1, 2022Jun 1, 2022
Top 10 Django packages to learnWhat are the top 10 django packages to learn to become a very good website developerMay 23, 2022May 23, 2022
How to speed up and optimize your Django adminHave you found yourself asking this question “My django admin is really slow. How can I optimise it”? In this article, I will be showing…May 18, 2022May 18, 2022
How to read and understand Python error messagesOne of the most important skills needed by any software developer is the ability to read, understand and solve the constantly nagging error…Mar 5, 2022Mar 5, 2022
Tips for preparing for the IBM Cloud Associate Solution Advisor ExamOver the years, IBM has been very active in promoting Cloud adoption and one of major initiatives they took in achieving this is in…Jun 22, 2021Jun 22, 2021
Integrating Pylint into Django’s Unit testsI have a soft spot for good code and enjoy refactoring even though I’ve learnt from past experience and from an experienced developer who…Jun 9, 2021Jun 9, 2021