Created a new branch

This commit is contained in:
Rupika 2019-01-10 21:45:18 -08:00
parent 79956e0186
commit 4d4fd0f7c7
2 changed files with 7 additions and 1 deletions

6
.idea/vcs.xml Normal file
View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

View file

@ -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