Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ALLOWED_HOSTS must be an array #1025

Merged
merged 1 commit into from
Jan 28, 2025
Merged

Conversation

kaloyan13
Copy link
Contributor

ALLOWED_HOSTS must be an array, as specified in docs.
Current string value "*" causes error in manage commands.

$ python3 manage.py makemigrations
django.core.exceptions.ImproperlyConfigured: The ALLOWED_HOSTS setting must be a list or a tuple.

@wlorenzetti wlorenzetti self-assigned this Jan 28, 2025
@wlorenzetti wlorenzetti added bug Something isn't working backport to v.3.9.x labels Jan 28, 2025
@wlorenzetti
Copy link
Member

Thanks @kaloyan13 for your contribution.

@wlorenzetti wlorenzetti merged commit 8b23506 into g3w-suite:dev Jan 28, 2025
4 checks passed
github-actions bot pushed a commit that referenced this pull request Jan 28, 2025
wlorenzetti pushed a commit that referenced this pull request Jan 28, 2025
(cherry picked from commit 8b23506)

Co-authored-by: Kaloyan Petrov <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport to v.3.9.x bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants