allow plurality.space as hostname
This commit is contained in:
parent
024940243d
commit
5f3b9ef166
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ SECRET_KEY = 'pf2m=go(3m85v*@&i@$t_5&ocgth@pi1abhqito1*q8d&m&r-#'
|
|||
# SECURITY WARNING: don't run with debug turned on in production!
|
||||
DEBUG = True
|
||||
|
||||
ALLOWED_HOSTS = []
|
||||
ALLOWED_HOSTS = ['localhost', 'plurality.space']
|
||||
|
||||
|
||||
# Application definition
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue