Posted in Python

Convert image to Telegram sticker bot

Sometimes I create funny (or rather insane) stickers for Telegram that express my reactions to different situations….

Posted in Python

Search by employee and office in Django

I have implemented search query generation in my reports. Now you can click on the name of…

Posted in Python

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…

Posted in Python

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…

Posted in Python

Telegram blueprint delivery bot File Indexer

@velesagrobot For last 3 weeks I have been slowly working with another project – a telegram bot…

Posted in Web

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…

Posted in Python

Updated Django model days counting – month start error

On February 1st I got an error on my Work Accounting system. My beautiful graphs are no…

Posted in Python Web

How to separate menu between ordinary and privileged users in Django

If you want to display a list of links to user profiles. To do this, you need…

Posted in Python

How to create tuple from Django model for choosing in form

For records user management I need create choose tuple:

Posted in Python

Days counting in Django model for graph generation

I wanted to get work statistics from the date of the first entry. I had problems with…