Skip to content

Commit

Permalink
lint!
Browse files Browse the repository at this point in the history
  • Loading branch information
BelousSofiya committed Nov 20, 2023
1 parent ed3f576 commit 34582db
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions forum/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
DEBUG = True

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

# Application definition
Expand Down

0 comments on commit 34582db

Please sign in to comment.