wmgeolab / GEOWebsite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

500 Server Error after database migration

tecnd opened this issue · comments

School model was set to unmanaged in commit d6fc837, so that's why Django doesn't make migrations for it. Think this is why we're getting the error, since there's no migrations for test_score and gender_ratio, so those fields never got made, so when we try to load those fields we error out.

@JiayingChen0307 What's the reason we disabled that?

Not sure why.... Does it work if we erase that line?