settings: load rest_framework.authtoken as it seems to be used by something somewere

This commit is contained in:
Benjamin Dauvergne 2014-03-28 12:07:21 +01:00
parent c34c7afdfe
commit 376481f80a
1 changed files with 2 additions and 0 deletions

View File

@ -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: