Advertising websites built with Django

Advertising websites built with Django

2025-09-11 Categories: Django WWW

A showcase of three commercial websites built with Django: EkoTeam (heat pump installations), ElewacjeOZE (building insulation) and a physiotherapy and rehabilitation practice.

How to highlight code in Django templates with EnlighterJS

How to highlight code in Django templates with EnlighterJS

2025-04-12 Categories: Django

How to combine django-tinymce with EnlighterJS to get nicely highlighted code snippets in your Django templates, including the TinyMCE configuration and the required static files.

How to create periodic tasks with Celery 4 and Celery 5

How to create periodic tasks with Celery 4 and Celery 5

2025-03-30 Categories: Django

A comparison of the two ways of defining periodic tasks in Celery: the @periodic_task decorator in Celery 4 and the beat_schedule configuration in Celery 5, shown on a daily email with a free Packt ebook.