Fix typo in local_settings.example comment
This commit is contained in:
parent
6d8770e238
commit
9356020772
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue