1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Include django-rq queues link in admin UI until we implement something cleaner

This commit is contained in:
Jeremy Stretch
2018-07-16 16:33:06 -04:00
parent 277197edd4
commit 8bc8cf5e2d

View File

@ -271,6 +271,7 @@ RQ_QUEUES = {
'DEFAULT_TIMEOUT': REDIS_DEFAULT_TIMEOUT,
}
}
RQ_SHOW_ADMIN_LINK = True
# drf_yasg settings for Swagger
SWAGGER_SETTINGS = {