bump utils to bring in redis changes

also set redis url locally to be localhost. redis is disabled by
default so this won't do anything unless you set REDIS_ENABLED=1 as an
environment variable
This commit is contained in:
Leo Hemsted
2019-02-15 10:26:56 +00:00
parent f6367f2278
commit f6513613d3
3 changed files with 7 additions and 5 deletions

View File

@@ -97,6 +97,8 @@ class Development(Config):
ASSET_PATH = '/static/'
REDIS_URL = 'redis://localhost:6379/0'
class Test(Development):
DEBUG = True