From: Guillaume Pellerin Date: Tue, 16 Jul 2013 14:21:12 +0000 (+0200) Subject: rm googletools X-Git-Tag: 1.3-TC~34^2~1 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=ff61094bcfd2d1e157aee952bf4e51b2a370d8fc;p=teleforma.git rm googletools --- diff --git a/INSTALL.rst b/INSTALL.rst index 70506ee4..3909e87d 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -31,9 +31,9 @@ Install the system dependencies sudo aptitude install python python-dev python-pip python-xml python-mysqldb mysql-server \ python-ctypes python-setuptools python-support python-docutils \ - python-libxml2 python-lxml python-numpy \ + python-libxml2 python-lxml python-numpy python-yaml \ python-scipy python-imaging python-mutagen python-gobject python-gst0.10 \ - gstreamer0.10-plugins-base gobject-introspection python-psutil nginx + gstreamer0.10-plugins-base gobject-introspection python-psutil nginx apache2 libapache2-mod-wsgi To get MP3 reading and writing:: @@ -45,7 +45,12 @@ Install the system dependencies sudo pip install -U django==1.4.5 south django-pagination django-registration django-extensions \ django-notes django-timezones django-markup-mixin sorl-thumbnail django-json-rpc \ - xlwt pytz googletools + xlwt pytz + + + Optional:: + + * On other linux platforms: diff --git a/teleforma/templates/telemeta/base.html b/teleforma/templates/telemeta/base.html index e255cc2a..eef9708c 100644 --- a/teleforma/templates/telemeta/base.html +++ b/teleforma/templates/telemeta/base.html @@ -2,10 +2,6 @@ {% load i18n %} {% load telemeta_utils %} {% load teleforma_tags %} -{% get_googletools as googletools %} -{% if googletools %} -{% load googletools %} -{% endif %} {% get_current_language as LANGUAGE_CODE %} {% get_available_languages as LANGUAGES %} @@ -203,10 +199,6 @@ alt="logo" /> {% endblock layout %} -{% block analytics %} -{% analytics_code %} -{% endblock analytics %} -