File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ matrix:
28
28
- env : DJANGO=master
29
29
install :
30
30
- pip install -qU pip tox codecov
31
- - npm install --dev
31
+ - npm install --only= dev
32
32
before_script :
33
33
- mkdir bin
34
34
- curl -O https://chromedriver.storage.googleapis.com/${CHROME_DRIVER_VERSION}/chromedriver_linux64.zip
@@ -52,13 +52,13 @@ jobs:
52
52
include :
53
53
- language : node_js
54
54
addons : {}
55
- install : npm install --dev
55
+ install : npm install --only= dev
56
56
script : npm test
57
57
node_js : lts/*
58
58
cache : npm
59
59
- stage : deploy
60
60
python : " 3.7"
61
- install : npm install --dev
61
+ install : npm install --only= dev
62
62
script : skip
63
63
after_success : true
64
64
deploy :
Original file line number Diff line number Diff line change 4
4
BASE_DIR = os .path .dirname (os .path .abspath (__file__ ))
5
5
DEBUG = True
6
6
7
+ ALLOWED_HOSTS = ['127.0.0.1' , 'localhost' ]
8
+
7
9
DATABASES = {
8
10
'default' : {
9
11
'ENGINE' : 'django.db.backends.sqlite3' ,
You can’t perform that action at this time.
0 commit comments