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

Add owner model to imports ignore list

This commit is contained in:
eeintech
2021-04-27 11:10:46 -04:00
parent 4d2e23f701
commit c5ce5c533b

View File

@ -248,6 +248,7 @@ def content_excludes():
"django_q.schedule",
"django_q.task",
"django_q.ormq",
"users.owner",
]
output = ""