From a8dbf2ec076d3accfcbedfd60ac287b52a883498 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 1 Jul 2014 12:58:08 +0200 Subject: [PATCH] add timeside.player --- example/sandbox/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/sandbox/settings.py b/example/sandbox/settings.py index b5a314ee..04195b47 100644 --- a/example/sandbox/settings.py +++ b/example/sandbox/settings.py @@ -124,7 +124,7 @@ INSTALLED_APPS = ( 'django.contrib.staticfiles', 'django_extensions', 'telemeta', - 'timeside', + 'timeside.player', 'jsonrpc', 'south', 'sorl.thumbnail', -- 2.39.5