Похожие чаты

But i think django is python?

16 ответов

14 просмотров

It is.

Bruce-Minanga Автор вопроса
Gian
It is.

Then how comes it's creating classes differently

Bruce Minanga
Then how comes it's creating classes differently

It is not? I think it would be helpful if you could show what you mean. I guess you might be confused by the fact that models only have fields (usually) in them.

Bruce-Minanga Автор вопроса
Gian
It is not? I think it would be helpful if you coul...

Yes am confused on how django defines it's classes in the models.py file. I find it conflicting with pythons conventional way of defining a class

Bruce Minanga
Yes am confused on how django defines it's classes...

So, django models gets **kwargs on it's init. that's where it parses the fields. Nothing special about it. Also, nothing prevents you from overriding the init.

Bruce-Minanga Автор вопроса
Gian
So, django models gets **kwargs on it's init. that...

I don't see **kwargs here. Or where is it located?

Bruce-Minanga Автор вопроса
Gian
django.db.models.Model

I can't find that file, do you have any link from the internet? This is all i could find https://docs.djangoproject.com/en/2.0/_modules/django/db/models/fields/files/

Bruce Minanga
I can't find that file, do you have any link from ...

https://github.com/django/django/blob/main/django/db/models/base.py#L476

Bruce-Minanga Автор вопроса
Gian
https://github.com/django/django/blob/main/django/...

I might be tempted to create a child class without using the init function just to check if it will work the way it worked in django

Bruce-Minanga Автор вопроса
Bruce-Minanga Автор вопроса
Gian
I guess you need to learn about dataclass

Will that help me achieve this? Can you write a short code to illustrate it?

Bruce Minanga
Will that help me achieve this? Can you write a sh...

class AccessKwargs: def __init__(self, *args, **kwargs): print(kwargs) test = DataClass(worked='wow, it worked')

Bruce-Minanga Автор вопроса
Gian
class AccessKwargs: def __init__(self, *args, ...

There is no child class here? I mean there is no inheritance anywhere in that code

Похожие вопросы

Обсуждают сегодня

Ready for some fun AND a chance to win TKO Tokens? Join us for exciting minigames in our Telegram group! 🕒 Don’t miss out—games start on today 25 October 2024, at 8 PM! Ge...
Milkyway | Tokocrypto
255
Добрый вечер. Есть вопрос, а может и предложение. Был у меня диалог в другой группе о делфи и я задался вопросом: "А нельзя ли в делфи цвет //коментария и {комментария} сде...
Kraszx
24
How about the project bro Likes the community not that active ?
🅿️abby_FX
19
Всем привет! Подскажи, пожалуйста, как передать в TComboBox сразу значение и id записи. На Delphi я делал так: ComboBox1.Items.AddObject('Какое-то значение', Pointer(id запис...
Евгений
13
Мдя, прикол, боевая сборка запускается (именно под отладчиком) после F9 примерно полторы минуты (97 секунд если быть точным). Начал копать - проблема детектится сразу - зависа...
Александр (Rouse_) Багель
38
How are we going bro about the Raids ??
🅿️abby_FX
13
Россия стала ввозить сливочное масло из ОАЭ. Просто ради любопытства взглянул на статистику и впечатлился. У арабов среднестатистическая корова дает около 42 литров молока в д...
Foxcool
2
Здравствуйте, вопрос по структурам данных. Были у вас случаи, когда пришлось писать деревья или двунаправленные списки?
/ /
50
Товарищи, кто работа с iphelper? Или может я в самой логике ошибки фигачу, не пойму.... var ifTable : PMIB_IFTABLE; size, corSize: DWORD; Buffer ...
Warfarellen
4
я так понимаю, я так подозреваю, что создание такого плагина для человека, кто умеет писать плагины для делфи потребует минут 5-10 времени. но это мое подозрение. хотелось бы ...
Kraszx
7
Карта сайта