From: Guillaume Pellerin Date: Tue, 2 Feb 2016 12:39:31 +0000 (+0100) Subject: Update README, cleanup, add tags X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=17720b39fa14debd324f37f9700016da803cdf87;p=mezzo.git Update README, cleanup, add tags --- diff --git a/README.rst b/README.rst index 217934d4..87c51dfc 100644 --- a/README.rst +++ b/README.rst @@ -37,6 +37,7 @@ MacOS or Windows: Run these commands in a terminal:: docker-machine create --driver virtualbox --virtualbox-memory 8096 manifeste + docker-machine manifeste start eval "$(docker-machine env manifeste)" docker-machine ip manifeste git clone --recursive git://git.forge.ircam.fr/Manifeste.git @@ -47,8 +48,8 @@ Then, in another terminal:: eval "$(docker-machine env manifeste)" cd Manifeste - docker-compose run db /srv/backup/restore_db.sh - docker-compose run pgdb /srv/backup/restore_db_eve.sh + docker-compose run db /srv/backup/restore_db.sh #(MAJ base festival) + docker-compose run pgdb /srv/backup/restore_db_eve.sh #(MAJ base eve) `More info `_ about using docker and related tools. diff --git a/app/festival/templates/festival/artist_detail.html b/app/festival/templates/festival/artist_detail.html index a9b1bd21..aabab7fb 100644 --- a/app/festival/templates/festival/artist_detail.html +++ b/app/festival/templates/festival/artist_detail.html @@ -12,4 +12,12 @@ {{ artist.bio|safe }} + +
+

{% trans 'Events' %}

+ {% for event in artist.events.all %} + {{ event.title }} +
+{% endfor %} + {% endblock %} diff --git a/app/templates/base.html b/app/templates/base.html index aa584fcf..9d3d705b 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -22,15 +22,12 @@ {% if LANGUAGE_BIDI %} {% endif %} -{% ifinstalled cartridge.shop %} - -{% if LANGUAGE_BIDI %} - -{% endif %} -{% endifinstalled %} -{% block extra_css %}{% endblock %} +{% block extra_css %} + +{% endblock %} {% endcompress %} + {% compress js %} @@ -38,6 +35,7 @@ {% block extra_js %}{% endblock %} {% endcompress %} +