mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Exclude authtoken
This commit is contained in:
parent
7cc1c84b4b
commit
5a2227862a
1
tasks.py
1
tasks.py
@ -251,6 +251,7 @@ 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",
|
||||||
|
Loading…
Reference in New Issue
Block a user