SimpleDocUTM / SimpleDoc

Simple Documentation for UTM Python courses
GNU General Public License v3.0
2 stars 1 forks source link

Improve concept list to be not hardcoded #32

Closed YangZzZ0527 closed 4 years ago

YangZzZ0527 commented 4 years ago

I changed ContributionForm.js so that its concept list gets concepts from database. Also I changed the model of Concept and add category attribute so that concepts can be split according to their course. I update views.py to delete duplicated and redundant code.