From 78d122b3b13f44673267a13825ed8428e1ebe8ed Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 13 Apr 2016 15:23:32 +0200 Subject: [PATCH] bug fix (closes #103) --- app/scripts/app.sh | 2 +- env/dev.yml | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/scripts/app.sh b/app/scripts/app.sh index 7a517b74..75861a2b 100644 --- a/app/scripts/app.sh +++ b/app/scripts/app.sh @@ -17,7 +17,7 @@ uid='www-data' gid='www-data' # stating apps -# pip install django-angular +# pip install django-bootstrap3==6.2.1 # waiting for other network services sh $app/scripts/wait.sh diff --git a/env/dev.yml b/env/dev.yml index 2142946d..9d154dc7 100644 --- a/env/dev.yml +++ b/env/dev.yml @@ -27,7 +27,7 @@ app: - env/debug.env command: /bin/sh scripts/app.sh --runserver ports: - - 8000:8000 + - 9000:8000 worker: env_file: diff --git a/setup.py b/setup.py index e85adc01..b7f4e241 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ setup( 'django-debug-toolbar==1.3.2', 'django-extra-views', 'django-breadcrumbs', - 'django-bootstrap3', + 'django-bootstrap3==6.2.1', 'django-bootstrap-pagination', 'django-json-rpc', 'django-suit', -- 2.39.5