5 lines
166 B
Python
5 lines
166 B
Python
""" # lint-amnesty, pylint: disable=django-not-configured
|
|
This is the UserPreference key for the user's recipient invoice copy
|
|
"""
|
|
INVOICE_KEY = 'pref-invoice-copy'
|