Browse Source

Allowed hosts para todo lo de reymota.lab

main
creylopez 11 months ago
parent
commit
1468078068
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mysite/settings.py

+ 1
- 1
mysite/settings.py View File

@ -25,7 +25,7 @@ SECRET_KEY = 'django-insecure-5@k8%e-(*v+8nb1)dvie3_$$ol=3747i)x^n3%j9pg@9j$=b)_
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
ALLOWED_HOSTS = ["djangotutorial-djangotutorial.apps.ocp-cluster.reymota.lab"]
ALLOWED_HOSTS = [".ocp-cluster.reymota.lab"]
# Application definition


Loading…
Cancel
Save