Files
edx-platform/lms
Ned Batchelder 2171ddb9df URL patterns should be anchored. SEC-367
Some notes:

* The completion API was pulled out into a new repo, but left behind a
  url() entry.  That entry used a different namespace than the
  pulled-out repo, so I had to fix the one place we used the namespace.

* Two urls couldn't be anchored because they broke tests:

    url(r'users/(?P<user_id>\w+)/followed$', views.followed_threads, name='followed_threads'),
    url(r'users/(?P<user_id>\w+)$', views.user_profile, name='user_profile'),
2019-04-23 09:19:23 -04:00
..
2019-04-18 09:58:21 -04:00
2019-03-08 16:42:34 -05:00
2018-06-06 10:34:56 -04:00
2019-02-12 11:03:46 -05:00

LMS (Learning Management System)
--------------------------------

This directory contains code relating to the student portal for edX.