mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-07-22 11:59:33 +00:00
- When tags are added to Menu and Shortcut components, we will need to access info.tags which tries to extract the original string from lazy proxy. This requires Django initialized. When privileged process tries to initialize the app without initializing Django, this leads to an error. Fix this by extracing the original string from a lazy proxy a hacky way. Tests: - Running diagnostics does not show errors with Django initialization in checks for configuration links. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Joseph Nuthalapati <njoseph@riseup.net>