Category: Coding
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…
29.01.2022
How to create tuple from Django model for choosing in form
For records user management I need create choose tuple:
28.01.2022
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…
27.01.2022
Matplotlib image from Django Model to template
I wanted to see a graphical representation of the time for each day of my work. This…
25.01.2022
How to add Matplotlib to Django
One thing in official docs was forgotten – you need install django-matplotlib and matplotlib: pip install django-matplotlib…
24.01.2022
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:
22.01.2022
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…
15.01.2022
Work Accounting System Python/Django
It’s been 2 months since I started learning Python. Just before the New Year holidays, I finished…
09.01.2022