Commit 7d81a510 by Julia Hansbrough Committed by thedeadparrot

Moved UserPreferences to common

parent c41d8146
...@@ -456,8 +456,12 @@ INSTALLED_APPS = ( ...@@ -456,8 +456,12 @@ INSTALLED_APPS = (
# Dark-launching languages # Dark-launching languages
'dark_lang', 'dark_lang',
# Student identity reverification # Student identity reverification
'reverification', 'reverification',
# User preferences
'user_api',
) )
......
...@@ -36,6 +36,8 @@ urlpatterns = patterns('', # nopep8 ...@@ -36,6 +36,8 @@ urlpatterns = patterns('', # nopep8
url(r'^xmodule/', include('pipeline_js.urls')), url(r'^xmodule/', include('pipeline_js.urls')),
url(r'^heartbeat$', include('heartbeat.urls')), url(r'^heartbeat$', include('heartbeat.urls')),
url(r'^user_api/', include('user_api.urls')),
) )
# User creation and updating views # User creation and updating views
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment