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

🔙 from #1025 - ALLOWED_HOSTS must be an array #1026

Merged
merged 1 commit into from
Jan 28, 2025

Conversation

github-actions[bot]
Copy link

Backport 8b23506 from #1025 to v.3.9.x.

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.

@github-actions github-actions bot added the bug Something isn't working label Jan 28, 2025
@wlorenzetti wlorenzetti self-assigned this Jan 28, 2025
@wlorenzetti wlorenzetti added this to the v3.9.1 milestone Jan 28, 2025
@wlorenzetti wlorenzetti merged commit 6f490b3 into v.3.9.x Jan 28, 2025
@wlorenzetti wlorenzetti deleted the backport-1025-to-v.3.9.x branch January 28, 2025 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants