mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Merge pull request #1686 from SchrodingersGat/demo-dataset
Demo dataset
This commit is contained in:
commit
fa5f155c72
3
tasks.py
3
tasks.py
@ -251,12 +251,15 @@ def content_excludes():
|
|||||||
"contenttypes",
|
"contenttypes",
|
||||||
"sessions.session",
|
"sessions.session",
|
||||||
"auth.permission",
|
"auth.permission",
|
||||||
|
"authtoken.token",
|
||||||
"error_report.error",
|
"error_report.error",
|
||||||
"admin.logentry",
|
"admin.logentry",
|
||||||
"django_q.schedule",
|
"django_q.schedule",
|
||||||
"django_q.task",
|
"django_q.task",
|
||||||
"django_q.ormq",
|
"django_q.ormq",
|
||||||
"users.owner",
|
"users.owner",
|
||||||
|
"exchange.rate",
|
||||||
|
"exchange.exchangebackend",
|
||||||
]
|
]
|
||||||
|
|
||||||
output = ""
|
output = ""
|
||||||
|
Loading…
Reference in New Issue
Block a user