mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-20 22:06:28 +00:00
Add owner model to imports ignore list
This commit is contained in:
1
tasks.py
1
tasks.py
@ -248,6 +248,7 @@ def content_excludes():
|
|||||||
"django_q.schedule",
|
"django_q.schedule",
|
||||||
"django_q.task",
|
"django_q.task",
|
||||||
"django_q.ormq",
|
"django_q.ormq",
|
||||||
|
"users.owner",
|
||||||
]
|
]
|
||||||
|
|
||||||
output = ""
|
output = ""
|
||||||
|
Reference in New Issue
Block a user