How to automate Chess Daily Puzzles with Celery

How to automate Chess Daily Puzzles with Celery

2026-04-10 Categories: Django Automation

A detailed guide on using Celery, Celery Beat, and Redis to automate daily tasks, featuring the Chess.com daily puzzle.

Local testing of Celery and Redis

Local testing of Celery and Redis

2026-04-04 Categories: Django

How to test Celery and Redis locally using four terminals.

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.