Skip to content
Snippets Groups Projects
Commit 7d81a510 authored by Julia Hansbrough's avatar Julia Hansbrough Committed by thedeadparrot
Browse files

Moved UserPreferences to common

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