Posts by Thay Gomes • 11 points
2 posts
- 
		0 votes0 answers246 viewsQ: permission of DjangoGood afternoon, I am wanting in the template to make a loop to disable a button according to the custom permission .. The model code is: # -*- coding: utf8 -*- from __future__ import… 
- 
		1 votes1 answer485 viewsQ: Django without models view in common user admin even if you have permissions and are in the same groupGood afternoon, So I’m trying to give permissions that already come in Jango to an ordinary user who even belonging to the group cannot access the models that are granted to him. Someone had this…