2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 20:16:44 +00:00
This commit is contained in:
Matthias 2022-01-24 23:38:12 +01:00
parent 3ab93dcdd5
commit 6bfb17f2ab
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -1,5 +1,5 @@
from common.settings import currency_code_default, currency_codes from common.settings import currency_code_default, currency_codes
from urllib.error import HTTPError, URLError from urllib.error import URLError
from djmoney.contrib.exchange.backends.base import SimpleExchangeBackend from djmoney.contrib.exchange.backends.base import SimpleExchangeBackend
from django.db.utils import OperationalError from django.db.utils import OperationalError