-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
And/temporal payment notifications #89
Conversation
0d402b9
to
31de460
Compare
9f1aff5
to
c0fe7e3
Compare
c0fe7e3
to
3135124
Compare
3135124
to
39452b7
Compare
44e3736
to
68c122b
Compare
@@ -1,3 +1,6 @@ | |||
""" | |||
... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add more explanation for the description
@@ -1,9 +1,11 @@ | |||
""" | |||
... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some description
custom_msg = models.TextField( | ||
null=True, | ||
blank=True, | ||
help_text='Use a "lang-ar" or "lang-en" class to select language') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The close parenthesis could go in new line )
eox_nelp/settings/common.py
Outdated
try: | ||
payments_notifications_context = 'eox_nelp.payment_notifications.context_processor.payments_notifications_context' | ||
payments_notifications_context = 'eox_nelp.payment_notifications.context_processor.payments_notifications_context' # pylint: disable=line-too-long |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this really need a skip of line-too-long
or could be split into more lines?
7509f8a
to
4bf5439
Compare
eox_nelp/settings/common.py
Outdated
payments_notifications_context = 'eox_nelp.payment_notifications.context_processor.payments_notifications_context' # pylint: disable=line-too-long # noqa: E501 | ||
payments_notifications_context = ( | ||
'eox_nelp.payment_notifications.' | ||
'context_processor.payments_notifications_context') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The close parenthesis could go in new line )
Hola @andrey-canon, ya se solucionaron los errores del PR, asi vamos |
This is a improved version of #72
abd773f
to
4022c03
Compare
Description
Describe what this pull request changes, and why. Include implications for people using this change.
Useful information to include:
changes.
Testing instructions
Before
After
Additional information
Include anything else that will help reviewers and consumers understand the change.
Checklist for Merge