Wrote a cursed custom Django field, `OPField`, that stores the location to a 1Password item using their custom URI (`op://…`) and has the ability to get the secret via the `op` cli.
`op_uri, secret = OPField.with_secret()`
I blame @CodenameTim and his blog post about the `RegisterField` that I haven’t been able to get out of my head since he wrote it months ago.