You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ol_openedx_course_sync/README.rst
+9-9
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ A plugin to enable course updates to sync with the target/child/rerun courses.
6
6
Version Compatibility
7
7
---------------------
8
8
9
-
It only supports latest releases of Open edX.
9
+
It only supports the latest releases of Open edX.
10
10
11
11
Installing The Plugin
12
12
---------------------
@@ -20,11 +20,11 @@ Installation required in:
20
20
Usage
21
21
-----
22
22
23
-
- Install the plugin and Run the migrations in the CMS.
24
-
- Add the parent/source organization in the CMS admin model `CourseSyncParentOrg`.
25
-
- Course sync will only work for this organization. It will treat all the courses under this organization as parent/source courses.
26
-
- Plugin will automatically add course reruns created from the CMS as the target/child courses for any of the parent course from the organization added above.
27
-
- Organization can be different for the reruns.
28
-
- Target/child/rerun courses can be managed in the CMS admin model `CourseSyncMap`.
29
-
- You can update the commaseparated target course list.
30
-
- Now any changes made in the parent/source course will be synced to the target/child/rerun courses.
23
+
* Install the plugin and run the migrations in the CMS.
24
+
* Add the parent/source organization in the CMS admin model `CourseSyncParentOrg`.
25
+
* Course sync will only work for this organization. It will treat all the courses under this organization as parent/source courses.
26
+
* The plugin will automatically add course reruns created from the CMS as the target/child courses for any of the parent courses from the organization added above.
27
+
* Organization can be different for the reruns.
28
+
* Target/child/rerun courses can be managed in the CMS admin model `CourseSyncMap`.
29
+
* You can update the comma-separated target course list.
30
+
* Now, any changes made in the parent/source course will be synced to the target/child/rerun courses.
0 commit comments