mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Added dpaste.org to ALLOWED_HOSTS
This commit is contained in:
parent
da66c18479
commit
ed29279b0a
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@ SECRET_KEY = ''
|
||||||
ALLOWED_HOSTS = (
|
ALLOWED_HOSTS = (
|
||||||
'dpaste.de',
|
'dpaste.de',
|
||||||
'www.dpaste.de',
|
'www.dpaste.de',
|
||||||
'localhost',
|
'dpaste.org',
|
||||||
'127.0.0.1',
|
'www.dpaste.org',
|
||||||
)
|
)
|
||||||
|
|
||||||
#==============================================================================
|
#==============================================================================
|
||||||
|
|
Loading…
Reference in a new issue