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