diff --git a/nautobot-app/{{ cookiecutter.project_slug }}/development/nautobot_config.py b/nautobot-app/{{ cookiecutter.project_slug }}/development/nautobot_config.py index de6a773..576359e 100644 --- a/nautobot-app/{{ cookiecutter.project_slug }}/development/nautobot_config.py +++ b/nautobot-app/{{ cookiecutter.project_slug }}/development/nautobot_config.py @@ -74,9 +74,6 @@ } } -# Redis Cacheops -CACHEOPS_REDIS = parse_redis_connection(redis_database=1) - # # Celery settings are not defined here because they can be overloaded with # environment variables. By default they use `CACHES["default"]["LOCATION"]`.