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 = [
|
excludes = [
|
||||||
"contenttypes",
|
"contenttypes",
|
||||||
"sessions.session",
|
|
||||||
"auth.permission",
|
"auth.permission",
|
||||||
"authtoken.token",
|
"authtoken.token",
|
||||||
"error_report.error",
|
"error_report.error",
|
||||||
@ -291,7 +290,7 @@ def content_excludes():
|
|||||||
"exchange.rate",
|
"exchange.rate",
|
||||||
"exchange.exchangebackend",
|
"exchange.exchangebackend",
|
||||||
"common.notificationentry",
|
"common.notificationentry",
|
||||||
"sessions.session",
|
"django_session",
|
||||||
]
|
]
|
||||||
|
|
||||||
output = ""
|
output = ""
|
||||||
|
Loading…
Reference in New Issue
Block a user