Ilya Ternyavsky

Results 4 issues of Ilya Ternyavsky

I'm using a djangochannelsrestframework and I'm trying to make an observer on a model whose data is created using bulk_create. My Observer doesn't fire on BulkCreate, but when I create...

In my project, there are several entities that must be able to authorize. How can I write a custom token generation for each entity. p.s. there was an option to...

question

I want implement like this ![image](https://github.com/user-attachments/assets/87d87318-2287-472c-b0f2-f8d32843d67b) how i can get answer for my inline keyboard ? Thanks

how i can use @PolymorphicRepository decorator into entity.service.ts file? ` @InjectRepository(Like) @PolymorphicRepository(Like) private readonly likeRepository: AbstractPolymorphicRepository, ` that not work, help please