Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
2f4bb1fa
Commit
2f4bb1fa
authored
May 27, 2013
by
Giorgos Korfiatis
Browse files
astakos: Remove unused billing settings
Remove unused settings BILLING_FIELDS and QUEUE_CONNECTION.
parent
3f368f7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-astakos-app/astakos/im/settings.py
View file @
2f4bb1fa
...
...
@@ -58,12 +58,6 @@ RECAPTCHA_OPTIONS = getattr(settings, 'ASTAKOS_RECAPTCHA_OPTIONS',
RECAPTCHA_USE_SSL
=
getattr
(
settings
,
'ASTAKOS_RECAPTCHA_USE_SSL'
,
True
)
RECAPTCHA_ENABLED
=
getattr
(
settings
,
'ASTAKOS_RECAPTCHA_ENABLED'
,
False
)
# set AstakosUser fields to propagate in the billing system
BILLING_FIELDS
=
getattr
(
settings
,
'ASTAKOS_BILLING_FIELDS'
,
[
'is_active'
])
# Queue for billing.
# Example: 'rabbitmq://guest:guest@localhost:5672/astakos'
QUEUE_CONNECTION
=
getattr
(
settings
,
'ASTAKOS_QUEUE_CONNECTION'
,
None
)
# Set where the user should be redirected after logout
LOGOUT_NEXT
=
getattr
(
settings
,
'ASTAKOS_LOGOUT_NEXT'
,
''
)
...
...
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