Archive posts
written in January of 2024
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 …
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 - …
Let's analyze the usage of periodic tasks as a useful example. Our task is to get information about a free …
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 …