From: Guillaume Pellerin Date: Tue, 19 Jan 2016 17:10:33 +0000 (+0100) Subject: add banner module X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=431e0dd7d9c560623b7ced9947397ced8e845b89;p=mezzo.git add banner module --- diff --git a/Dockerfile b/Dockerfile index 68ee48ab..dfc28bca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,5 +18,5 @@ WORKDIR /srv/app ADD requirements.txt /srv/app/ RUN pip install -r requirements.txt -ADD requirements-dev.txt /srv/app/ +# ADD requirements-dev.txt /srv/app/ # RUN pip install -r requirements-dev.txt --src /srv/src diff --git a/app/deploy/start_app.sh b/app/deploy/start_app.sh index 45ae6254..bbe3d2d3 100644 --- a/app/deploy/start_app.sh +++ b/app/deploy/start_app.sh @@ -16,7 +16,7 @@ uid='www-data' gid='www-data' # Staging -pip install mezzanine_instagram +#pip install mezzanine_instagram chown $uid:$gid $media diff --git a/requirements.txt b/requirements.txt index 6eec39c8..34d3b7e5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,3 +8,4 @@ Django==1.8.7 mezzanine==4.0.1 django-modeltranslation django-meta +mezzanine-bsbanners