westerveltco / django-opfield

A custom Django field for storing and securely accessing a 1Password vault item
https://django-opfield.westervelt.dev
MIT License
3 stars 0 forks source link

swap back to `__getattribute__` #6

Closed joshuadavidthomas closed 6 months ago

joshuadavidthomas commented 6 months ago

went to add a timeout, realized why I had set up the conf pattern the way I did..

moved _get_user_setting to module level helper function to avoid recursion issues