Files
edx-platform/cms
Kevin Falcone 149df9b22f Django 1.8 disallows access to args[]
https://docs.djangoproject.com/en/1.8/howto/custom-management-commands/
You need to declare and do proper argument parsing.  --commit is also
more natural than a bare 'commit' on the end of a command.

Switch from calling handle() directly to call_command().
call_command() simulates using the management command so is a better
test of the command line interface.
2015-11-19 21:39:53 -05:00
..
2015-11-13 12:30:54 -05:00
2015-10-20 14:57:33 -04:00
2015-11-18 11:56:49 +05:00
2015-11-10 15:00:19 -05:00
2015-05-08 09:01:50 -04:00
2015-05-08 09:01:50 -04:00
2015-11-10 15:00:19 -05:00

CMS (Content Management System)
-------------------------------

This directory contains code relating to the course management portal for edX, also known as Studio.