Django → Django - Tutorial 053. Adding Counters to Models in the Django Admin Panel
The other day, I started working on a content moderation application on the site and solved the problem of adding counters in the administrative panel.
It looks like this now
The task itself is trivial, but as it turned out …
ReadQt → Introducing Qt Quick 3D Benchmarking App
Why a benchmark app?
With the upcoming release of Qt 5.15 and the improved version of Qt Quick 3D, the developers wanted to offer their customers and other users the ability to easily test the capabilities of their hardware. Thus …
ReadDjango → Django - Tutorial 052. Redefining a User Model
Model, QuerySet, Python, django
There are various options for working with a user model for creating a user profile and adding some specific information, for example, a profile photo. One way is to add a profile model with the OneToOneField field for the user. …
ReadDjango → Working with Django model ChoiceField
Today we going to explore how to work with model ChoiceField in Django.
To better understand, let's see the following examples.
Read#models.py #Django Models ChoiceField class Profile(models.Model): # Country Choices CHOICES = ( ('US', 'United States'), ('FR', 'France'), ('CN', 'China'), …
EVILEG → Refusal of advertising networks online EVILEG (Google Adsense, YAN Yandex, etc.)
So, perhaps the most joyful moment has come for many users of the EVILEG website. Namely, disabling advertising networks on the site.
Perhaps you would like to know the reasons for such an interesting behavior of the site owner, who, …
Qt → Qt Design Studio 1.5 Beta Released
Qt developers are happy to announce the beta version of Qt Design Studio 1.5
Qt Design Studio is a user interface design and development tool that allows designers and developers to rapidly prototype and develop complex user interfaces. Both designers …
ReadPython → How to check list is empty in python
Hello guys, today we going to learn how to check if a list is empty
Read#empty list list_1 = [] #checking if list is empty by using len() if not llist_1: print('yes! the list is empty.') #output #yes! the list …
Career and business in IT field → Path to Programmers (C ++)
стать программистом с нуля, C++, Qt, карьера в IT
Hello. I am with you. I liked boxing and long-distance running, and I only thought about sports, but I trained as a sailor. I worked in aviation and became a C++ programmer at 29. I'll tell you how it happened. …
ReadQt → New features in CMake 3.17
On March 20, Kitware released CMake 3.17.
Below are some changes that should improve the life of a Qt developer using CMake.
Ninja Multi-Config Generator
This generator is similar to the Ninja generator but can be used to create multiple …
Read- Unknown akadamn
- Jan. 24, 2025, 7:14 a.m.
Qt - Test 001. Signals and slots
- Result:84points,
- Rating points4
- Unknown akadamn
- Jan. 24, 2025, 6:22 a.m.
Qt - Test 001. Signals and slots
- Result:42points,
- Rating points-8