Adding employee group domain to Django Admin - Appsembler

Adding employee group domain to Django Admin

For customers such as Metalogix, we have implemented Course Access Groups to provide different content to different subsets of customers, employees, etc.

If a customer requires a new group to be added, this is done in Django Admin.

Go to the customer LMS domain/admin. For example:

http://LMSDomainname.com/admin/ and CTRL or CMD F and search for “course access groups”

You can also link directly to the Course Access Group section of Django Admin: http://LMSDomainname.com/admin/course_access_group/

You’ll arrive at the follow section in Django Admin:

Click on “Course access groups” and you’ll see the following window:

Click Add course access group and give the access group a name, selects students to add to the group, and the courses to associate with the group. Don’t forget to save

Voila!