From 38acd7df16de585610eb106843d2583593c21a4d Mon Sep 17 00:00:00 2001 From: Mr McClain Date: Sat, 9 Apr 2016 02:54:41 -0500 Subject: [PATCH] Removed unused cache settings --- alliance_auth/settings.py.example | 5 ----- 1 file changed, 5 deletions(-) diff --git a/alliance_auth/settings.py.example b/alliance_auth/settings.py.example index 977cd9c0..e01d1176 100755 --- a/alliance_auth/settings.py.example +++ b/alliance_auth/settings.py.example @@ -179,11 +179,6 @@ USE_TZ = True STATIC_URL = '/static/' STATIC_ROOT = '/home/allianceserver/allianceauth/static/' -# Cache directory for EveWho, no ending / -# by default this becomes ~//alliance_auth/cache -# This directory needs to be writable by the webserver -EVEWHO_CACHE_DIR = '{}/cache'.format(BASE_DIR) - ##################################################### ##