Include django-rq queues link in admin UI until we implement something cleaner
This commit is contained in:
parent
277197edd4
commit
8bc8cf5e2d
|
|
@ -271,6 +271,7 @@ RQ_QUEUES = {
|
|||
'DEFAULT_TIMEOUT': REDIS_DEFAULT_TIMEOUT,
|
||||
}
|
||||
}
|
||||
RQ_SHOW_ADMIN_LINK = True
|
||||
|
||||
# drf_yasg settings for Swagger
|
||||
SWAGGER_SETTINGS = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue