diff --git a/envanter/envanter/settings.py b/envanter/envanter/settings.py index 772a315..2dd1160 100644 --- a/envanter/envanter/settings.py +++ b/envanter/envanter/settings.py @@ -20,7 +20,7 @@ # See https://docs.djangoproject.com/en/3.2/howto/deployment/checklist/ -ALLOWED_HOSTS = [37.148.211.112] +ALLOWED_HOSTS = ['37.148.211.112'] # Application definition