Skip to content
Snippets Groups Projects
Commit 387b9cb4 authored by Giorgos Korfiatis's avatar Giorgos Korfiatis
Browse files

astakos: fix default empty dict setting

parent 146326c4
No related branches found
No related tags found
No related merge requests found
...@@ -237,4 +237,4 @@ LOGIN_SUCCESS_URL = getattr(settings, 'ASTAKOS_LOGIN_SUCCESS_URL', ...@@ -237,4 +237,4 @@ LOGIN_SUCCESS_URL = getattr(settings, 'ASTAKOS_LOGIN_SUCCESS_URL',
PROJECTS_VISIBLE = getattr(settings, 'ASTAKOS_PROJECTS_VISIBLE', False) PROJECTS_VISIBLE = getattr(settings, 'ASTAKOS_PROJECTS_VISIBLE', False)
# A way to extend the settings presentation metadata # A way to extend the settings presentation metadata
SERVICES_META = getattr(settings, 'ASTAKOS_SERVICES_META', False) SERVICES_META = getattr(settings, 'ASTAKOS_SERVICES_META', {})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment