Browse Source

Añado host reymota.es, pero bien

main
Celestino Rey 8 months ago
parent
commit
811b665851
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/reymota/settings.py

+ 1
- 1
src/reymota/settings.py View File

@ -30,7 +30,7 @@ SECRET_KEY = 'django-insecure-vu#zk4g8pj-qoov#8^i$&s8n_ipp2r3h+o$z1w(1%d=6+i@erm
# DEBUG = True # DEBUG = True
DEBUG = os.environ["DEBUG"] == 'True' DEBUG = os.environ["DEBUG"] == 'True'
ALLOWED_HOSTS = [".ocp-cluster.reymota.lab, reymota.es"]
ALLOWED_HOSTS = [".ocp-cluster.reymota.lab", "reymota.es"]
# Application definition # Application definition


Loading…
Cancel
Save