Des
Des
**Describe the bug** I'm getting a Queue vs queue capitalization error (more details [here](https://stackoverflow.com/questions/33432426/importerror-no-module-named-queue) - it relates to a change in Python 2 vs 3) when trying to run the...
Is it possible to just set this for admin login and not others? I read somewhere on a TWO_FACTOR_AUTH_FORCE_2FA_FOR_SUPERUSER key but I don't think that applies here.
Broad question, was just wondering if there's any best practice people use when performantly searching over these encrypted fields in a large dataset (eg in a Django admin search_field)? Indexes...
I noticed that adding these fields to search_fields in Django admin adds a lot of time to search overhead. Would it be worth me trying to override this search and...