Commit 05add826 authored by Dmitry Shelepnev's avatar Dmitry Shelepnev
Browse files

Add * to allowed hoasts

parent eef359c1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ DEBUG = True
import socket
HOSTNAME=socket.gethostname().upper()

ALLOWED_HOSTS = []
ALLOWED_HOSTS = ['*']


# Application definition