]> git.parisson.com Git - mezzo.git/commitdiff
update pass and keys
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 20 Jun 2016 09:21:41 +0000 (11:21 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 20 Jun 2016 09:21:41 +0000 (11:21 +0200)
app/local_settings.py
app/templates/base.html
docker-compose.yml

index 416cef84e57328bb08657e3dd40a3f072d1ae116..800a2655f677821862570a8149e8a248edcab31c 100644 (file)
@@ -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',]
index e09d7ce006905b9a37e7d84c0cb11e23d90077a8..f6952682609325f517595485c762fa8fb464b602 100644 (file)
     </div>
 
     {% if on_home %}
-    <div class="hero__slider">
-        <ul id="lightSlider">
-            {% featured_events as events %}
-            {% for event in events %}
-              <li class="hero__slider__item" style="background-image: url({{ MEDIA_URL }}{% thumbnail event.featured_image_header 1920 0 %});">
-                  <div class="hero__slider__infos">
-                    <div class="container">
-                      <p class="hero__slider__name">
-                          <a href="{{ event.get_absolute_url }}">{{ event.title }}</a>
-                      </p>
-                      {% include "agenda/includes/event_metainfo_slider.html" %}
-                    </div>
-                  </div>
-              </li>
-            {% endfor %}
-        </ul>
-    </div>
+     {% include "includes/slider.html" %}
     {% endif %}
 
     {% nevercache %}
 
 </script>
 </html>
-    
index 7ab6d84ff29248a3da8e6985d1223f528f83d795..88ded13c3d99adf8c0b86a22abe54bb407b6e14a 100644 (file)
@@ -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