Category: Web
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 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…
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…
Matplotlib image from Django Model to template
I wanted to see a graphical representation of the time for each day of my work. This…
Form with different action buttons and request on the same page. Django
Target: Create a form with two buttons with different actions for my ddnames.com project. Display the result…
ToDo list functionality for my Work Accounting Project
There was a need to separate completed tasks from open ones. I added new object to model:
How to get current month values from Django Model, convert to int() and sum?
I decided to implement a display of the time spent on work. To do this, you need…
Telegram share link or button for Django Reports Project
Today I decided to add the ability to send information from my work accounting system directly to…
Work Accounting System Python/Django
It’s been 2 months since I started learning Python. Just before the New Year holidays, I finished…
Auto update IP address via Post Query for Dynamic DNS Services UNIX
This script is suitable for all systems based on Linux or UNIX-like operating systems. The main functions…