Commit 4f3b88fa2a38eba0a7a4447a548c033a8a5eeb04

Authored by fbormann
1 parent 42c1cb0e

modified allowed_hosts

Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
amadeus/settings.py
@@ -30,8 +30,6 @@ SECRET_KEY = '$=8)c!5)iha85a&8q4+kv1pyg0yl7_xe_x^z=2cn_1d7r0hny4' @@ -30,8 +30,6 @@ SECRET_KEY = '$=8)c!5)iha85a&8q4+kv1pyg0yl7_xe_x^z=2cn_1d7r0hny4'
30 # SECURITY WARNING: don't run with debug turned on in production! 30 # SECURITY WARNING: don't run with debug turned on in production!
31 DEBUG = False 31 DEBUG = False
32 32
33 -ALLOWED_HOSTS = []  
34 -  
35 33
36 # Application definition 34 # Application definition
37 35