FeralRobot
FeralRobot
To answer your second question first, yes, my new CustomUser model doesn't have the right permissions. The issue is I cannot create the new permissions that I need using django-role-permissions....
Something like this in rolepermissions/utils.py ``` import re def Sentence_case(s): return s[0].isupper() and sum([int(x[0].isupper()) for x in s.split('_')]) == 1 def camelToSnake(s): """ https://gist.github.com/jaytaylor/3660565 Is it ironic that this function...
I have seen something very similar. I realize my comment here is not a full bug report, I'll see if I can put a new issue with all the steps...
I came back to this issue recently and tried docker w/python 3.8 slim, Django 2.2.5, celery 5.0.2 and the issue is still present for me