wooey / Wooey

A Django app that creates automatic web UIs for Python scripts.
http://wooey.readthedocs.org
BSD 3-Clause "New" or "Revised" License
2.11k stars 183 forks source link

API Keys management interface #386

Closed andchir closed 1 year ago

andchir commented 1 year ago

https://wooey.readthedocs.io/en/latest/api_keys.html Hello. Here I see a screenshot, but I do not see this functionality in the admin panel. How can I enable it? I have added the line WOOEY_ENABLE_API_KEYS = True to user_settings.py But the api key management interface did not appear. Please, help.

Chris7 commented 1 year ago

Hi, are you installing from git master or pypi?

andchir commented 1 year ago

Hi @Chris7 From pypi.

Chris7 commented 1 year ago

I think you can install the latest via the v0.13.2rc1 release candidate

andchir commented 1 year ago

@Chris7 Yes, I installed from the repository. It works now. Thank you very much!