TabularInline

2023-07-29 Thread Tolga ÇAĞLAYAN
This is what tabularinline looks like. I want a table here instead. I want it to work like normal CRUD. Anyone have an idea about this? I don't want that [image: Ekran görüntüsü 2023-07-29 214456.png] I want like this [image: Ekran görüntüsü 2023-07-29 214733.png] -- You received this message

Re: TabularInline

2023-07-30 Thread Tolga ÇAĞLAYAN
ge_permission(self, request, obj=None): > return False # MAKES EVERYTHING READONLY. AWESOME. > def has_delete_permission(self, request, obj=None): > return False # option > def has_add_permission(self, request, obj=None): > return False # option > On Sund

Re: TabularInline

2023-07-30 Thread Tolga ÇAĞLAYAN
unday, 30 July 2023 at 17:33:55 UTC+1 Tolga ÇAĞLAYAN wrote: > >> Yes, it looks like this table. But how do I make an insertion, deletion, >> edit here in the normal way. When I press the Add button, I want the page >> to open to add data here. Thanks for your answer >> &