Ver Fonte

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

Jeremy Stretch há 7 anos atrás
pai
commit
8bc8cf5e2d
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      netbox/netbox/settings.py

+ 1 - 0
netbox/netbox/settings.py

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