mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-13 10:35:40 +00:00
Exclude authtoken
This commit is contained in:
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",
|
||||||
|
Reference in New Issue
Block a user