From 4d4fd0f7c7c72bf2f043ec76c7e4fb0ad46ac508 Mon Sep 17 00:00:00 2001 From: Rupika Date: Thu, 10 Jan 2019 21:45:18 -0800 Subject: [PATCH] Created a new branch --- .idea/vcs.xml | 6 ++++++ back/reimbursinator/settings.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .idea/vcs.xml diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/back/reimbursinator/settings.py b/back/reimbursinator/settings.py index fb4838a..e5e352a 100644 --- a/back/reimbursinator/settings.py +++ b/back/reimbursinator/settings.py @@ -25,7 +25,7 @@ SECRET_KEY = 'w*d2$rg#i88&6^9u2)jl0!4_)=_e1)0fxreofqzb(qxaw$3+$d' # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = ['192.168.99.100'] +ALLOWED_HOSTS = ['192.168.1.164', 'localhost', '192.168.99.100'] # Application definition