Skip to content

Commit

Permalink
Include localhost as an allowed host
Browse files Browse the repository at this point in the history
  • Loading branch information
krzywon committed Nov 12, 2024
1 parent 9a842b5 commit cb27d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sasmarket/settings.py.example
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ SECRET_KEY = '^p2hf7r33$&(uo@i#y&y8!l4k8-jl2e6amva6)3!!q#ts_41o)'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True

ALLOWED_HOSTS = ['127.0.0.1']
ALLOWED_HOSTS = ['127.0.0.1', 'localhost']


# Application definition
Expand Down

0 comments on commit cb27d16

Please sign in to comment.