Submissions from 2018-10-22 to 2018-10-23 (1 total)

Today I implemented the back end for a university forum.

  • Implemented management of questions and answer.
  • Created models with course, semester, discipline, forum, questions and answers.
  • Created tree with the data so it can be displayed as menus in the front end.
  • Create an api to manage this system.
  • Created unit tests using the django fixtures so I can use the whole db as a mock for my unit tests (Just found about it, it's super nice :D ).