Removed unused cache settings

This commit is contained in:
Mr McClain 2016-04-09 02:54:41 -05:00
parent 83e369965c
commit 38acd7df16

View File

@ -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 ~/<installdir>/alliance_auth/cache
# This directory needs to be writable by the webserver
EVEWHO_CACHE_DIR = '{}/cache'.format(BASE_DIR)
#####################################################
##