diff options
author | Drew Khoury <drew.khoury@gmail.com> | 2018-02-24 10:15:24 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-24 10:15:24 +1100 |
commit | 0a27c94649a4f8963fead716444c8246e8c50ddf (patch) | |
tree | 6958b9e025396e876110583a5efb74acb564754a | |
parent | 15cb0e31acf8c8363406fd55ded4fa6a7f910814 (diff) | |
download | tipboard-0a27c94649a4f8963fead716444c8246e8c50ddf.tar.gz tipboard-0a27c94649a4f8963fead716444c8246e8c50ddf.tar.bz2 tipboard-0a27c94649a4f8963fead716444c8246e8c50ddf.zip |
Update settings.py
fix typo
-rw-r--r-- | tipboard/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tipboard/settings.py b/tipboard/settings.py index 1b34e0d..877a69a 100644 --- a/tipboard/settings.py +++ b/tipboard/settings.py @@ -11,7 +11,7 @@ import os ############################################################################## # Stuff that can be / should be overridden in local settings -# Redis serwer configuration +# Redis server configuration REDIS_HOST = 'localhost' REDIS_PORT = 6379 REDIS_PASSWORD = None |