From 93560207726dfcd54fee8c993e8ea87545f42f96 Mon Sep 17 00:00:00 2001 From: Michael Hall Date: Sun, 15 Jul 2018 15:58:05 -0400 Subject: [PATCH] Fix typo in local_settings.example comment --- local_settings.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local_settings.example b/local_settings.example index 47871cd..5c943ea 100644 --- a/local_settings.example +++ b/local_settings.example @@ -1,5 +1,5 @@ DEBUG = True -DEBUG_IP = '8.8.8.8'# For geoip lookin when running on localhost +DEBUG_IP = '8.8.8.8'# For geoip lookup when running on localhost ALLOWED_HOSTS = ['127.0.0.1', 'localhost', 'dev.gettogether.community'] STATIC_ROOT = './static'