File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ matrix:
2828 - env : DJANGO=master
2929install :
3030 - pip install -qU pip tox codecov
31- - npm install --dev
31+ - npm install --only= dev
3232before_script :
3333 - mkdir bin
3434 - curl -O https://chromedriver.storage.googleapis.com/${CHROME_DRIVER_VERSION}/chromedriver_linux64.zip
@@ -52,13 +52,13 @@ jobs:
5252 include :
5353 - language : node_js
5454 addons : {}
55- install : npm install --dev
55+ install : npm install --only= dev
5656 script : npm test
5757 node_js : lts/*
5858 cache : npm
5959 - stage : deploy
6060 python : " 3.7"
61- install : npm install --dev
61+ install : npm install --only= dev
6262 script : skip
6363 after_success : true
6464 deploy :
Original file line number Diff line number Diff line change 44BASE_DIR = os .path .dirname (os .path .abspath (__file__ ))
55DEBUG = True
66
7+ ALLOWED_HOSTS = ['127.0.0.1' , 'localhost' ]
8+
79DATABASES = {
810 'default' : {
911 'ENGINE' : 'django.db.backends.sqlite3' ,
You can’t perform that action at this time.
0 commit comments