better
This commit is contained in:
1
.buildbot/deploy/03-allowed_hosts.sh
Normal file
1
.buildbot/deploy/03-allowed_hosts.sh
Normal file
@@ -0,0 +1 @@
|
|||||||
|
echo "ALLOWED_HOSTS = ['*']" >> conf/settings.py
|
||||||
1
.buildbot/deploy/10-collectstatic.sh
Normal file
1
.buildbot/deploy/10-collectstatic.sh
Normal file
@@ -0,0 +1 @@
|
|||||||
|
python manage.py collectstatic --no-input
|
||||||
1
.buildbot/deploy/99-trigger_wsgi_reload.sh
Normal file
1
.buildbot/deploy/99-trigger_wsgi_reload.sh
Normal file
@@ -0,0 +1 @@
|
|||||||
|
touch conf/wsgi.py
|
||||||
Reference in New Issue
Block a user