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
No related branches found
No related tags found
No related merge requests found
...@@ -151,6 +151,8 @@ INSTALLED_APPS = ( ...@@ -151,6 +151,8 @@ INSTALLED_APPS = (
'djcelery', 'djcelery',
'peers', 'peers',
'registration', 'registration',
'rest_framework',
'rest_framework.authtoken',
'accounts', 'accounts',
'tinymce', 'tinymce',
'widget_tweaks', 'widget_tweaks',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment