From 3e99ec29f54d8d0b1dccfd670d33f54529400622 Mon Sep 17 00:00:00 2001
From: David Schmitz <schmitz@lrz.de>
Date: Wed, 26 Sep 2018 15:10:59 +0200
Subject: [PATCH] update of flowspy/settings.py.dist

---
 flowspy/settings.py.dist | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/flowspy/settings.py.dist b/flowspy/settings.py.dist
index 708146ae..a68c78bf 100644
--- a/flowspy/settings.py.dist
+++ b/flowspy/settings.py.dist
@@ -102,6 +102,9 @@ STATICFILES_FINDERS = (
 )
 
 ## Templates
+TEMPLATE_DIRS = (
+    os.path.join(BASE_DIR, 'templates'),
+)
 
 TEMPLATE_LOADERS = (
     'django.template.loaders.filesystem.Loader',
@@ -159,8 +162,6 @@ INSTALLED_APPS = (
     'accounts',
     'tinymce',
     'widget_tweaks',
-    'rest_framework',
-    'rest_framework.authtoken',
 )
 
 #GRAPHS_API_URL = 'graphs'
-- 
GitLab