django-not-configured is an error raised by pylint (with the pylint-django plugin) when it's not correctly configured. We should not be applying lint amnesty for such a violation.
5 lines
111 B
Python
5 lines
111 B
Python
"""
|
|
This is the UserPreference key for the user's recipient invoice copy
|
|
"""
|
|
INVOICE_KEY = 'pref-invoice-copy'
|