Django upgrade defined ALLOWED_HOSTS in settings
authorLoic Baron <loic.baron@lip6.fr>
Tue, 10 Jan 2017 09:00:09 +0000 (10:00 +0100)
committerLoic Baron <loic.baron@lip6.fr>
Tue, 10 Jan 2017 09:00:09 +0000 (10:00 +0100)
myslice/settings.py

index b01b565..d18ca92 100644 (file)
@@ -375,4 +375,5 @@ SLA_COLLECTOR_PASSWORD = "password"
 # Example: "http://media.lawrence.com/static/"
 STATIC_URL = '/static/'
 
-
+# test
+ALLOWED_HOSTS = '*onelab.eu'