Skip to content
Snippets Groups Projects
Commit 3e99ec29 authored by David Schmitz's avatar David Schmitz
Browse files

update of flowspy/settings.py.dist

parent 3e1337a0
No related branches found
No related tags found
No related merge requests found
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment