exclude exchange rate info from import / export tasks

This commit is contained in:
Oliver 2021-06-20 16:13:07 +10:00
parent 05142d977a
commit 7cc1c84b4b

View File

@ -257,6 +257,8 @@ def content_excludes():
"django_q.task",
"django_q.ormq",
"users.owner",
"exchange.rate",
"exchange.exchangebackend",
]
output = ""