Habilitación de búsqueda y API 😎 #6

Closed
perro wants to merge 8 commits from master into develop
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 7fabd62ae2 - Show all commits

View File

@ -14,6 +14,7 @@ import os
import re
from .conf import (
ALLOWED_HOSTS,
DEBUG,
DEFAULT_DB,
SECRET_KEY,
@ -35,7 +36,6 @@ MEDIA_ROOT = os.path.join(BASE_DIR, "media/")
MEDIA_URL = "media/"
ALLOWED_HOSTS = ["mauflix.cuates.net", "cuates.net"]
if DEBUG:
ALLOWED_HOSTS = ["*"]