I\'ve got some issue with user permissions in Django. I added some permissions for the Magasin model as shown below:
Magasin
add_magasin=Permission.objects.
It seems it has to do with file permissions, not Django user permissions.