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, 20244Aug 18, 20244
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, 202212Jun 26, 202212
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, 20244Jan 11, 20244
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, 20231Jun 25, 20231
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, 20238Jan 6, 20238
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, 20228Jul 12, 20228
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, 202212Jul 5, 202212
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, 20223Jun 30, 20223
Django best practices — Part 2Second part of the series on Django best practicesJun 17, 2022391Jun 17, 2022391
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