2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 10:05:39 +00:00

exclude sessions from imort / exports

This commit is contained in:
Matthias
2021-11-27 00:04:43 +01:00
parent 84f0966e4f
commit 6511a774d1

View File

@ -291,6 +291,7 @@ def content_excludes():
"exchange.rate",
"exchange.exchangebackend",
"common.notificationentry",
"sessions.session",
]
output = ""