Skip to content
Snippets Groups Projects
Commit 34c9cb44 authored by Karl Newell's avatar Karl Newell
Browse files

Update flowspy/settings.py.dist

Add rest_framework and rest_framework.authtoken to INSTALLED_APPS
Closes #10
parent 7b02c567
Branches
Tags
No related merge requests found
......@@ -151,6 +151,8 @@ INSTALLED_APPS = (
'djcelery',
'peers',
'registration',
'rest_framework',
'rest_framework.authtoken',
'accounts',
'tinymce',
'widget_tweaks',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment