Skip to content

Commit

Permalink
Merge pull request #39 from ilesoft/allowed-hosts-setting
Browse files Browse the repository at this point in the history
Add allowed hosts setting
  • Loading branch information
ZeiP authored Nov 27, 2023
2 parents 975e947 + 147153e commit 7f3639e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/settings/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

hakemisto=os.path.normpath(os.path.dirname(__file__)) + '/..'

ALLOWED_HOSTS = ['localhost', '127.0.0.1']

DEBUG = False
TEMPLATE_DEBUG = DEBUG
RECORDING = False
Expand Down

0 comments on commit 7f3639e

Please sign in to comment.