2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 04:25:42 +00:00

Add setting for fixer.io API key

This commit is contained in:
Oliver Walters
2021-05-18 22:11:24 +10:00
parent efe888056f
commit 01d444279c
2 changed files with 7 additions and 0 deletions

View File

@ -87,6 +87,12 @@ class InvenTreeSetting(models.Model):
'choices': djmoney.settings.CURRENCY_CHOICES,
},
'INVENTREE_FIXER_API_KEY': {
'name': _('fixer.io API key'),
'description': _('API key for fixer.io currency conversion service'),
'default': '',
},
'INVENTREE_DOWNLOAD_FROM_URL': {
'name': _('Download from URL'),
'description': _('Allow download of remote images and files from external URL'),