SyllabiShare / syllabi-share

A app to help students share syllabi to assist in the college course selection process
GNU General Public License v3.0
9 stars 3 forks source link

Link models #68

Closed 50Wliu closed 4 years ago

50Wliu commented 4 years ago

UserProfile


Also, school.school -> school.name, school.poster -> school.creator, and removed school.uploads.

Changes top-five leaderboard calculation to use the new relations between models, rather than a custom uploads JSONField (should help with #65).

🚨 This is my first project where I've tried writing data migrations in Django, so someone definitely needs to make sure the migrations run smoothly on their machine before merging 🚨 'cuz I screwed them up multiple times and had to wipe my database, oh, eight or so times~