From 376481f80a717ad032bfd06c3f1860c79cf0d88a Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Fri, 28 Mar 2014 12:07:21 +0100 Subject: [PATCH] settings: load rest_framework.authtoken as it seems to be used by something somewere --- appli_project/settings/commun.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appli_project/settings/commun.py b/appli_project/settings/commun.py index ac7013e..2e668a8 100644 --- a/appli_project/settings/commun.py +++ b/appli_project/settings/commun.py @@ -49,6 +49,8 @@ INSTALLED_APPS = ( 'fiber', 'modeltranslation', 'fiber_modeltranslation', + 'rest_framework', + 'rest_framework.authtoken', ) # Local time zone for this installation. Choices can be found here: