]> git.parisson.com Git - teleforma.git/commitdiff
rm googletools
authorGuillaume Pellerin <yomguy@parisson.com>
Tue, 16 Jul 2013 14:21:12 +0000 (16:21 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Tue, 16 Jul 2013 14:21:12 +0000 (16:21 +0200)
INSTALL.rst
teleforma/templates/telemeta/base.html

index 70506ee407862e0d7d7d456add5c7eefeacc157e..3909e87d8828bfb6e40577273f9e7b950569d422 100644 (file)
@@ -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:
 
index e255cc2a20abc164f084b50836e5e41f54b79360..eef9708cdd871f9e5283358943d1ae5839560b25 100644 (file)
@@ -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 %}
 <html xmlns="http://www.w3.org/1999/xhtml" lang="{{ LANGUAGE_CODE }}" xml:lang="{{ LANGUAGE_CODE }}" {% if LANGUAGE_BIDI %}dir="rtl"{% endif %}>
@@ -203,10 +199,6 @@ alt="logo" />
 </div>
 {% endblock layout %}
 
-{% block analytics %}
-{% analytics_code %}
-{% endblock analytics %}
-
 <script type='text/javascript'>window.scrollTo(0, 1);</script>
 
 </body>