From: Guillaume Pellerin Date: Mon, 20 Jun 2016 09:21:41 +0000 (+0200) Subject: update pass and keys X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=5a6a525ce330d91fe71c5b97288c389b332395e6;p=mezzo.git update pass and keys --- diff --git a/app/local_settings.py b/app/local_settings.py index 416cef84..800a2655 100644 --- a/app/local_settings.py +++ b/app/local_settings.py @@ -4,8 +4,8 @@ from django.utils.translation import ugettext_lazy as _ DEBUG = True if os.environ.get('DEBUG', 'True') else False # Make these unique, and don't share it with anybody. -SECRET_KEY = "+3b01&_6_m@@yb4f06$s0zno8vkybh81nbuj_q(xzk+xeih1+s" -NEVERCACHE_KEY = "l11tr%#!uc@+%$51(&+%=&z6h9yrw42(jpcj$3_&6evtu6hl%z" +SECRET_KEY = "j1qa@u$5ktqr^0_kwh@-j@*-80t$)ht!4-=ybz1xc%@3+r(r&tzefoih" +NEVERCACHE_KEY = "m)u^%r@uh#r3wu0&$=#$1ogx)uy4hv93^2lt%c3@xi=^gifoj8paozijdihazefd" # DATABASE_ROUTERS = ['eve.routers.EveRouter', 'festival.routers.FestivalRouter',] # DATABASE_ROUTERS = ['eve.routers.EveRouter',] diff --git a/app/templates/base.html b/app/templates/base.html index e09d7ce0..f6952682 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -86,23 +86,7 @@ {% if on_home %} -
- -
+ {% include "includes/slider.html" %} {% endif %} {% nevercache %} @@ -245,4 +229,3 @@ - diff --git a/docker-compose.yml b/docker-compose.yml index 7ab6d84f..88ded13c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -34,19 +34,10 @@ db: - data environment: - MYSQL_ROOT_PASSWORD=hyRob0otlaz4 - - MYSQL_DATABASE=manifeste - - MYSQL_USER=manifeste + - MYSQL_DATABASE=ircam + - MYSQL_USER=ircam - MYSQL_PASSWORD=Onukifsid7 -pgdb: - image: postgres - volumes_from: - - data - environment: - - POSTGRES_PASSWORD=HmazS2frT - - POSTGRES_USER=eve - - POSTGRES_DB=eve - app: build: . command: /bin/sh scripts/app.sh