django CMS vs Wagtail: which CMS is best for your website?
The two most popular Content Management Systems (CMS) in the Django world enter the ring.
View Articledjango CMS vs Joomla
Choosing the best Content Management System (CMS) for your website is overwhelming.
View Articledjango CMS vs WordPress
I take an in depth look into django CMS vs Wordpress, to review the benefits of both and help you decide on your next content management system.
View ArticleWhat can you build with Python?
Do you know what connects Instagram, Google and Sunscrapers?
View ArticleHow to enhance the security of your django projects
Applications, settings and tools to enhance the security of your django applications.
View ArticleUtilising caching in your applications
While django-cms takes care of caching pages, placeholders and plugins, sometimes you need to integrate your own applications. So you might need to consider how efficient your queries are. When writing...
View ArticleSee how easy it is to extend django CMS!
Learn how to create a django CMS plugin that allows rendering of scientific formulae using KaTeX.
View ArticleEnhancing Django Models with Versioning Using Django CMS Versioning
Tracking the evolution of content is indispensable to manage changes efficiently, roll back to prior versions when necessary, and handle drafts with ease. Here's how you can use django CMS'...
View ArticleImplementing Search with django CMS 4
In this blog post I'd like to walk through the necessary steps to get started with a custom search index for a fairly typical django CMS website project.
View Article