Fix typo in local_settings.example comment

This commit is contained in:
Michael Hall 2018-07-15 15:58:05 -04:00
parent 6d8770e238
commit 9356020772

View file

@ -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'