Is django guardian repostness with millions of records in every table

2021-06-12 Thread wael muhammed
Could I force problem if I have more than 500 table with million of record in each table .with Django guardian -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Make permissions according branch id

2021-06-12 Thread wael muhammed
Did any one understands what I mean ? في السبت، 12 يونيو 2021 في تمام الساعة 3:43:09 م UTC+3، كتب ‪wael muhammed‬‏ رسالة نصها: > > I want to make permissions according branch id > for more details > > --

Make permissions according branch id

2021-06-12 Thread wael muhammed
I want to make permissions according branch id for more details -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop r

Feature request for django permissions

2021-06-12 Thread wael muhammed
I have a projects with multi branches . I want to make permissions according to branch record. I couldn't add customize django permissions model to make foreign key from branch model. Look here for more