Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
BelousSofiya committed Nov 20, 2023
1 parent 6c22a64 commit ed3f576
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion forum/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,13 @@
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True

ALLOWED_HOSTS = ['localhost', '127.0.0.1', '[::1]', '0.0.0.0', config('ALLOWED_ENV_HOST')]
ALLOWED_HOSTS = [
'localhost',
'127.0.0.1',
'[::1]',
'0.0.0.0',
config('ALLOWED_ENV_HOST'),
]

# Application definition

Expand Down

0 comments on commit ed3f576

Please sign in to comment.