diff --git a/flowspy/settings.py.dist b/flowspy/settings.py.dist
index 550c81a2ee425dd5372f1fe20dc6dfc54b30fc02..f9ae4b7d46b0d4427e00a518826ec42fefef4790 100644
--- a/flowspy/settings.py.dist
+++ b/flowspy/settings.py.dist
@@ -151,6 +151,8 @@ INSTALLED_APPS = (
     'djcelery',
     'peers',
     'registration',
+    'rest_framework',
+    'rest_framework.authtoken',
     'accounts',
     'tinymce',
     'widget_tweaks',