add ALLOWED_HOSTS

pull/1/head
eric 2016-04-11 22:08:03 -04:00
parent aec5bdb564
commit e4a2ce084e
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ PROJECT_DIR = dirname(dirname(realpath(__file__)))
LANGUAGE_CODE = 'en-us'
LOCAL_TEST = False
ALLOWED_HOSTS = ['.unglue.it', '.unglueit.com',]
WISHED_LANGS = ('en','fr','es','de','el','pt','it','ru','cs','ja','zh','nl','ut','ar','la','id','ca','fa','sv','sl','ko','tr')