Moved UserPreferences to common
This commit is contained in:
committed by
thedeadparrot
parent
c41d8146c7
commit
7d81a510bc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user