]> git.parisson.com Git - telemeta.git/commitdiff
fix deps
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 20 Jan 2014 21:41:14 +0000 (22:41 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 20 Jan 2014 21:41:14 +0000 (22:41 +0100)
INSTALL.rst
README.rst
example/sandbox/settings.py

index f14b19b2bdd31f4910b6e5a8061d896903e8dca4..7bdb4d3d66f3a800572d5f142676dbe04920356c 100644 (file)
@@ -73,7 +73,7 @@ TimeSide (web audio components)
 
 I should be install with the pip method, otherwise install it manually::
 
-    sudo pip install timeside
+    sudo pip install timeside==0.4.6
 
 Or, download the last archive at :
 http://code.google.com/p/timeside/downloads/list
@@ -166,6 +166,8 @@ Set the app lists as follow::
     'jsonrpc',
     'south',
     'sorl.thumbnail',
+    'timezones',
+    'jqchat',
     )
 
 Set the following languages::
index d4b709a8294eb419a9fdda8dabfd7fb185ee4f0d..7c8dd18131386e950c25acff7967a3ac0a8419f9 100644 (file)
@@ -60,7 +60,6 @@ News
  * Please check the new dependencies in setup.py
  * As always after upgrading: ./manage.py migrate telemeta
 
-
 1.4.4
 +++++
 
index ddaf6e0aa3ef69394f145ab0127f6ec8d500f276..6ea2062177c1dba2960b400ce4cd6bca8255ce03 100644 (file)
@@ -129,7 +129,8 @@ INSTALLED_APPS = (
     'jsonrpc',
     'south',
     'sorl.thumbnail',
-    'notes',
+    'timezones',
+    'jqchat',
 )
 
 TEMPLATE_CONTEXT_PROCESSORS = (