learning circles

coordinate study groups for online courses

django manage command to add topic guides based on current keyworks/topics

Update CourseTopics view to return topic guides. Update CourseSearch view to use topic rather than keyworks

Set on_demand (Availablility in UI) to default to False for now. Need to remove field and all references in code and templates

UPdate course create and edit view to save many to many relationship with topics

Wrestle value for topic guides from select input and pass to react component

Stop react from complaining about option tags with selected attribute

Add model for topic guides and update course form and api to use model