From 7b807c6eb679ad7c35dfe9bd0978e2831ba9cc38 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Thu, 25 Apr 2019 11:54:31 -0400 Subject: [PATCH] Initial README for the courseware djangoapp. --- lms/djangoapps/courseware/README.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 lms/djangoapps/courseware/README.rst diff --git a/lms/djangoapps/courseware/README.rst b/lms/djangoapps/courseware/README.rst new file mode 100644 index 0000000000..7da6ba97fe --- /dev/null +++ b/lms/djangoapps/courseware/README.rst @@ -0,0 +1,13 @@ +Status: Active Development + +Responsibilities +================ +The courseware djangoapp is responsible for presenting course content to learners. + +Glossary +======== + +More Documentation +================== +`Architectural Decision Records +`_