Skip to content

Commit

Permalink
fix syntax for default value of ALLOWED_HOSTS (#1025)
Browse files Browse the repository at this point in the history
(cherry picked from commit 8b23506)
  • Loading branch information
kaloyan13 authored and github-actions[bot] committed Jan 28, 2025
1 parent b1c061d commit 092a86c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion g3w-admin/base/settings/local_settings_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
ORS_MAX_LOCATIONS = 2


ALLOWED_HOSTS = "*"
ALLOWED_HOSTS = ["*"]

LOGGING = {
'version': 1,
Expand Down

0 comments on commit 092a86c

Please sign in to comment.