Evgenii Legotckoi
April 27, 2020, 1:08 a.m.

DjangoDjango - 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. …

Read
Evgenii Legotckoi
Jan. 31, 2020, 2:50 p.m.

DjangoDjango - Tutorial 051. How to change queryset and editing ability in ModelAdmin depending on the user

Model, UserAdmin, Django

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 …

Read
Evgenii Legotckoi
Nov. 22, 2019, 1:03 p.m.

DjangoDjango - 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 …

Read
Evgenii Legotckoi
Aug. 26, 2019, 1:51 p.m.

DjangoDjango - Tutorial 047. How to do select_related and prefetch_related for an authenticated user

Backend, Model, Django, 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. …

Read
Evgenii Legotckoi
April 28, 2019, 7:36 p.m.

DjangoDjango - Tutorial 046. Reset migrations in the project

Model, Reset, Django

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 …

Read
Evgenii Legotckoi
April 24, 2019, 1:42 p.m.

DjangoDjango - Tutorial 045. How to move model from one application to another

Application, Model, Django

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 …

Read
Evgenii Legotckoi
Nov. 24, 2015, 8:11 p.m.

QMLQML - 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 …

Read
Evgenii Legotckoi
Nov. 9, 2015, 3:03 p.m.

QMLQML - 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 …

Read
  • Last comments
  • AK
    April 1, 2025, 11:41 a.m.
    Добрый день. В данный момент работаю над проектом, где необходимо выводить звук из программы в определенное аудиоустройство (колонки, наушники, виртуальный кабель и т.д). Пишу на Qt5.12.12 поско…
  • Evgenii Legotckoi
    March 9, 2025, 9:02 p.m.
    К сожалению, я этого подсказать не могу, поскольку у меня нет необходимости в обходе блокировок и т.д. Поэтому я и не задавался решением этой проблемы. Ну выглядит так, что вам действитель…
  • VP
    March 9, 2025, 4:14 p.m.
    Здравствуйте! Я устанавливал Qt6 из исходников а также Qt Creator по отдельности. Все компоненты, связанные с разработкой для Android, установлены. Кроме одного... Когда пытаюсь скомпилиров…
  • ИМ
    Nov. 22, 2024, 9:51 p.m.
    Добрый вечер Евгений! Я сделал себе авторизацию аналогичную вашей, все работает, кроме возврата к предидущей странице. Редеректит всегда на главную, хотя в логах сервера вижу запросы на правильн…
  • Evgenii Legotckoi
    Oct. 31, 2024, 11:37 p.m.
    Добрый день. Да, можно. Либо через такие же плагины, либо с постобработкой через python библиотеку Beautiful Soup