Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
itminedu
synnefo
Commits
387b9cb4
Commit
387b9cb4
authored
Apr 18, 2013
by
Giorgos Korfiatis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
astakos: fix default empty dict setting
parent
146326c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
snf-astakos-app/astakos/im/settings.py
snf-astakos-app/astakos/im/settings.py
+1
-1
No files found.
snf-astakos-app/astakos/im/settings.py
View file @
387b9cb4
...
@@ -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'
,
{}
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment