fix: search

This commit is contained in:
eneller
2025-03-20 21:46:53 +01:00
parent c1f813d70c
commit c728f65e73
3 changed files with 9 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ SECRET_KEY = "django-insecure-^@m5bl*8x+=@c^b0lhkgb-%_#9#&oad=v15jq=!0$g#x17zjf8
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
ALLOWED_HOSTS = []
ALLOWED_HOSTS = ['*']
# Application definition