Streak Club
Log in
Register
drmargarido
A member registered
6 years ago
8 likes
Follow drmargarido
Unfollow drmargarido
Profile
Following
(1)
Tags
Submissions by drmargarido tagged
django
drmargarido
Forum
A submission for
Codething A Day
6 years ago
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 ).