diff --git a/ITRadio/ITRadioBackend/ITRadioBackend/settings.py b/ITRadio/ITRadioBackend/ITRadioBackend/settings.py index aafa50f..077cc31 100644 --- a/ITRadio/ITRadioBackend/ITRadioBackend/settings.py +++ b/ITRadio/ITRadioBackend/ITRadioBackend/settings.py @@ -25,7 +25,7 @@ SECRET_KEY = 'django-insecure-z242=*-knp4h=0l1*o-nyid^y0bwt4bvg3tf*wvr(qszj&!8$c # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = [] +ALLOWED_HOSTS = ['83.147.244.32'] # Application definition