From 5e29e034559a6f3046ff18eefdf67cda5d625f96 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 20 Jan 2014 22:41:14 +0100 Subject: [PATCH] fix deps --- INSTALL.rst | 4 +++- README.rst | 1 - example/sandbox/settings.py | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/INSTALL.rst b/INSTALL.rst index f14b19b2..7bdb4d3d 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -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:: diff --git a/README.rst b/README.rst index d4b709a8..7c8dd181 100644 --- a/README.rst +++ b/README.rst @@ -60,7 +60,6 @@ News * Please check the new dependencies in setup.py * As always after upgrading: ./manage.py migrate telemeta - 1.4.4 +++++ diff --git a/example/sandbox/settings.py b/example/sandbox/settings.py index ddaf6e0a..6ea20621 100644 --- a/example/sandbox/settings.py +++ b/example/sandbox/settings.py @@ -129,7 +129,8 @@ INSTALLED_APPS = ( 'jsonrpc', 'south', 'sorl.thumbnail', - 'notes', + 'timezones', + 'jqchat', ) TEMPLATE_CONTEXT_PROCESSORS = ( -- 2.39.5