django-courses-editor
v0.1.13-beta.0
Published
A react app that acts as a course editor for the django-app, django-courses.
Downloads
1
Readme
A react app for use with the library django-courses
, that provides a nice interface for creating and editing courses stored.
Preview
Features
- Easy drag'n'drop interface for rearranging modules and lessons
- Accessable
Usage
A compiled version of this library comes with django-courses
so there is no need to necessarily install this. For further information on how to incoroprate this interface with your django app, see the django-courses
repo. However, should you have a react-app that you would like to incorporate this interface into, you can install this library, and add it as you see fit.
Themeing
Roadmap
- Add Resource Uploading
- Add video uploading
- Allow adding/cloning existing modules to a course
- Allow adding/cloning existing lessons to a module
- Make
LessonEdit
andCourseEdit
forms extendable - Add
ModuleEdit
form to add description and other attributes to modules