From: Guillaume Pellerin Date: Tue, 29 Mar 2016 10:43:19 +0000 (+0200) Subject: no auto title X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=478288b127a53cbec7c0d5fded97f721e4f05bad;p=mezzo.git no auto title --- diff --git a/README.rst b/README.rst index 527b3468..0cf332bd 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/app/festival/models.py b/app/festival/models.py index 3ab7d8b1..8dd28f7a 100644 --- a/app/festival/models.py +++ b/app/festival/models.py @@ -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']: diff --git a/conf/eve.yml b/conf/eve.yml index 30219453..8190bff5 100644 --- a/conf/eve.yml +++ b/conf/eve.yml @@ -1,4 +1,4 @@ -# -*- coding: utf-8 -*- + # -*- coding: utf-8 -*- # # Copyright (c) 2015 Guillaume Pellerin