diff --git a/README.md b/README.md index 322952a..ff5e8a6 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ PUBLIC_SERVER_ADDRESS = "http://IP_LOCAL:8000/" # IP_LOCAL es la ip del servidor ENABLE_USER_SIGNUP = False PERMISSION_FRAMEWORK = "arches_default_deny.ArchesDefaultDenyPermissionFramework" #... +ALLOWED_HOSTS = ['IP_LOCAL','127.0.0.1'] LANGUAGE_CODE = "es" # list of languages...