Django → 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. …
Django → Django - Tutorial 051. How to change queryset and editing ability in ModelAdmin depending on the user
A short note on how to fix the queryset administration form admin.ModelAdmin or UserAdmin . Actually, there is no difference, since the form UserAdmin is inherited from admin.ModelAdmin . Nevertheless, I will show UserAdmin as an example.
The task is …
Django → Django - Tutorial 050. Creating Dynamic Site Settings Using SingletonModel
SingletonModel, Model, Django, singleton
Let's say you create a site with CMS based on Django, which must have some kind of dynamic site settings that will be available to the user. For example, the name of the site, some specialized information, while you take …
Django → Django - Tutorial 047. How to do select_related and prefetch_related for an authenticated user
Imagine that for an authenticated user, when opening pages, some requests are constantly being executed, for example, an additional list of notifications is loaded, as well as his profile. And we use this information in templates, for example this way. …
Django → Django - Tutorial 046. Reset migrations in the project
In the process of developing a project on Django, we may encounter an unpleasant situation when some packages and modules were removed and, accordingly, models from these packages were no longer used. But at the same time, squash of application …
Django → Django - Tutorial 045. How to move model from one application to another
I would like to share one of the possible way for moving the data model from one application to another.
Immediately, I note that this version of the data model transfer is not 100% working and you may need additional …
Django → Django - Tutorial 034. How to do a search on several data models
Model, Search, QuerySet, Django
In previous articles, we considered how to do a search on the site on the site. Namely:
- Implementing a search on the site
- Advanced search options
- Passing the argument list to the order_by method to sort the QuerySet
But what …
QML → QML - Lesson 016. SQLite database and the working with it in QML Qt
Qt, Android, View, Model, SQLite, MVC, База данных, DataBase, QML
A small example to work with the database in QML Qt. This lesson brings together information on the use of signals and slots in the Qt QML , access to C++ classes from QML layer implementation of the application interface …
QML → QML - Lesson 012. Data transmission from the TextInput in ListView (Model / View)
TextInput, ListView, ListModel, Qt, Android, View, Model, QML, Delegate
Working with the ListView in QML is a fairly common aspect in the development of Android applications, since many applications have in their functional building lists of data, records, settings, etc. It is also true in developing a Desktop applications …
- Last comments
- AKApril 1, 2025, 11:41 a.m.Добрый день. В данный момент работаю над проектом, где необходимо выводить звук из программы в определенное аудиоустройство (колонки, наушники, виртуальный кабель и т.д). Пишу на Qt5.12.12 поско…
- VPMarch 9, 2025, 4:14 p.m.Здравствуйте! Я устанавливал Qt6 из исходников а также Qt Creator по отдельности. Все компоненты, связанные с разработкой для Android, установлены. Кроме одного... Когда пытаюсь скомпилиров…
- ИМNov. 22, 2024, 9:51 p.m.Добрый вечер Евгений! Я сделал себе авторизацию аналогичную вашей, все работает, кроме возврата к предидущей странице. Редеректит всегда на главную, хотя в логах сервера вижу запросы на правильн…
- Now discuss on the forum
- МАApril 1, 2025, 4:21 p.m.0ff763fe-4e50-455d-a3a6-5699c243b1a5_17_44_22_1.xml
- fFeb. 15, 2025, 1:46 p.m.Подскажите, пожалуйста! Как данный класс можно дополнить, чтобы созданные объекты можно было перемещать мышкой по сцене?
- Не запускается компьютер (точнее работает блок , но сам монитор вообще жесть)В общем я ничего с интернета не скачивала в последнее время. На компе никаких левых пр…
- Вопрос решен. Узнать QModelIndex элемента на который мы перетаскиваем другой элемент, можно с помощью функции indexAt(event->position().toPoint()) представления QTreeViev вызываемой в переопр…