]> git.parisson.com Git - mezzo.git/commitdiff
no auto title
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 29 Mar 2016 10:43:19 +0000 (12:43 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 29 Mar 2016 10:43:19 +0000 (12:43 +0200)
README.rst
app/festival/models.py
conf/eve.yml

index 527b346884cf87f177e3b86e44f8f3614be34f5f..0cf332bd20eb75655f19cccf8c3bef0132ad6d2e 100644 (file)
@@ -42,7 +42,7 @@ Then browse the app at http://localhost:9010/ (replacing 'localhost' by the IP g
 Backup / Restore
 ================
 
-To backup the database, in another terminal (or a Docker Quickstart Terminal)::
+To backup the database, in **another** terminal (or a Docker Quickstart Terminal)::
 
     cd Manifeste
     scripts/backup.sh
@@ -54,7 +54,7 @@ To restore the backuped database, in another terminal (or a Docker Quickstart Te
     cd Manifeste
     scripts/restore.sh
 
-If the app is broken after a restore script, restart the machine with::
+If the app is broken after a restore script, restart the composition with::
 
     docker-compose restart
 
index 3ab7d8b1e9ad88cac1ca3f44274b85902e156646..8dd28f7ae0b684e81ab6643bf1f3a7acb8bc24c9 100644 (file)
@@ -135,7 +135,6 @@ class Media(Displayable, RichText):
     def clean(self):
         super(Media, self).clean()
         self.q = pq(self.get_html())
-        self.title = self.q.attr('data-title')
         sources = self.q('source')
         for source in sources:
             if self.open_source_mime_type in source.attrib['type']:
index 3021945348a3dcfa342c16c81f721123c659238a..8190bff5cc5743b1ba1224359cfff5c80ba21e66 100644 (file)
@@ -1,4 +1,4 @@
-# -*- coding: utf-8 -*-
+    # -*- coding: utf-8 -*-
 #
 # Copyright (c) 2015 Guillaume Pellerin <guillaume.pellerin@ircam.fr>