showing 10 results of 10

Tutorials

How to Integrate a Custom App into Django CMS 5 (with Frontend Editing)

Once you understand apphooks, placeholders, and frontend editing, Django CMS becomes more than a CMS — it’s a developer’s content framework.

Technical articles

Seamlessly Integrating React with Django CMS: A Modern Approach

Django CMS has long been the go-to choice for content management in Django applications, providing powerful editorial tools and flexible page structures. However, as web applications become increasingly interactive, developers often find themselves needing the dynamic capabilities of React within their CMS-managed pages.

 

Technical articles

Implementing 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.

Technical articles

Enhancing 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' capabilities as a developer.

Technical articles

Manually install your django CMS project in 5 simple steps

If you want to get to know django CMS, go ahead and install your own test project locally with 5 simple steps.

Technical articles

See how easy it is to extend django CMS!

Learn how to create a django CMS plugin that allows rendering of scientific formulae using KaTeX.

Technical articles

Utilising 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 a django application, minimising the number of database queries you make is a significant step towards an efficient system. A fast & efficient system will provide a better experience to users.

Technical articles

How to enhance the security of your django projects

Applications, settings and tools to enhance the security of your django applications.

Tutorials

4 step django CMS tutorial for new developers

Technical articles

As fast as possible with django CMS (django CMS Page Speed)

How we improved the speed of our django CMS sites, and what you can do to achieve the same benefits.