Sean D.
Sean D.
This might be more django admin specific but figured I should add here. Hi there, I need to conditionally render a form field `field2` depending on the value of another...
So I've read this issue extensively and tried some things out which don't work -- https://github.com/django-polymorphic/django-polymorphic/issues/198 So I'm trying to see if I can come to a middle ground where...
The key generated is 64 chars long but we only store the first 8 in the db and the constants says not to change it. https://github.com/James1345/django-rest-knox/blob/develop/knox/models.py#L21 https://github.com/James1345/django-rest-knox/blob/develop/knox/settings.py#L43 Why is that?...