mirror of
https://github.com/lemeow125/Django-NotesApp.git
synced 2024-11-17 06:29:25 +08:00
Added allowed hosts
This commit is contained in:
parent
869d8db7dc
commit
d08be3754f
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ SECRET_KEY = os.environ.get('SECRET_KEY')
|
|||
# SECURITY WARNING: don't run with debug turned on in production!
|
||||
DEBUG = False
|
||||
|
||||
ALLOWED_HOSTS = []
|
||||
ALLOWED_HOSTS = ['lemeow125.github.io', 'keannu126.pythonanywhere.com']
|
||||
|
||||
|
||||
# Application definition
|
||||
|
|
Loading…
Reference in a new issue