Andi Zamfir
Results
2
issues of
Andi Zamfir
I'm doing in a shell `UserObjectPermission.objects.all()` and getting an error about ContentTypes: ``` /env/lib/python3.7/site-packages/django/contrib/contenttypes/models.py in get_object_for_this_type(self, **kwargs) 173 so code that calls this method should catch it. 174 """ -->...
How would you handle a "login required" functionality with this approach?