Skip to content

Commit

Permalink
Add localhost to allowed hosts (#399)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Mihálik <[email protected]>
  • Loading branch information
mmihalik and Martin Mihálik authored Aug 22, 2024
1 parent dc5e725 commit c3bd358
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webstrom/settings_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
DEBUG = True

ALLOWED_HOSTS = [
"localhost",
"test.strom.sk",
]

Expand Down

0 comments on commit c3bd358

Please sign in to comment.