Author: admin
How to generate xlsx file from Django model
As you may have guessed, my reporting project is entirely focused on helpdesk events recording. At the…
How to add a click on a row in a table and keep the links active
In my report project, I wanted to make a transition to the event (task) page directly from…
How I Landed My Chief on a Separate View Rule in Django
In my project, when requesting the showinfo page, the user gets information about their work by default….
Translate any text to Ukrainian voice speech with telegram bot
I present to you a bot for Telegram, which translate your any language text into Ukrainian voice…
Convert image to Telegram sticker bot
Sometimes I create funny (or rather insane) stickers for Telegram that express my reactions to different situations….
Search by employee and office in Django
I have implemented search query generation in my reports. Now you can click on the name of…
How to insert and implement datalist to Django Forms
One day I realized that I was tired of having to remember the full name of the…
Python IMAP Email cleaner – automatic delete old messages
I don’t keep a secret, also I work as a system administrator in an enterprise. I have…
Telegram blueprint delivery bot File Indexer
@velesagrobot For last 3 weeks I have been slowly working with another project – a telegram bot…
How to make active page button highlight in Django
When switching between users, it remained unclear – which user’s data are you currently viewing? There was…