mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
fix db sessions in import / export
This commit is contained in:
parent
ace4370ee9
commit
5f685f3c2a
3
tasks.py
3
tasks.py
@ -279,7 +279,6 @@ def content_excludes():
|
||||
|
||||
excludes = [
|
||||
"contenttypes",
|
||||
"sessions.session",
|
||||
"auth.permission",
|
||||
"authtoken.token",
|
||||
"error_report.error",
|
||||
@ -291,7 +290,7 @@ def content_excludes():
|
||||
"exchange.rate",
|
||||
"exchange.exchangebackend",
|
||||
"common.notificationentry",
|
||||
"sessions.session",
|
||||
"django_session",
|
||||
]
|
||||
|
||||
output = ""
|
||||
|
Loading…
Reference in New Issue
Block a user