Created a new branch
This commit is contained in:
parent
79956e0186
commit
4d4fd0f7c7
2 changed files with 7 additions and 1 deletions
6
.idea/vcs.xml
Normal file
6
.idea/vcs.xml
Normal 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>
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue