Loading...
Skip to Content

Archive posts

written in January of 2024

New website for a physiotherapist
Artur • 20 January 2024 • Tags: WWW

I've created a company website for my client - experienced physiotherapist and rehabilitator Paulina. In Django of course 😀 Paulina …

Learn More
Testing code
Artur • 10 January 2024 • Tags: Python

default_language_version: python: python3.10 repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.2.0 hooks: - id: check-added-large-files - id: check-case-conflict - id: check-json - …

Learn More
How to create periodic tasks with Celery 4 and Celery 5
Artur • 7 January 2024 • Tags: Django , Celery

Let's analyze the usage of periodic tasks as a useful example. Our task is to get information about a free …

Learn More
How to highlight code in Django templates with EnlighterJS
Artur • 7 January 2024 • Tags: EnlighterJS , Django

With TinyMCE you can have total control over your rich text editing. In Django instead of using the standard type …

Learn More

Latest posts