gcivil-nyu-org / INET-Monday-Fall2023-Team-5

3 stars 5 forks source link

Nico models #272

Closed AndresZarta closed 10 months ago

AndresZarta commented 10 months ago

Hello friends! My latest PR includes changes to the models related to characters, and our character ingestion tools. I have tested the character ingestion for the sample Vampire JSON and I can confirm it works.

It takes about 5 minutes to fully upload the data, but once it does, the characters many to many fields are correctly associated with choices and then words.

This required me rebuilding my entire test database due to changes migrations. It is likely that when we try to apply migrations on our regular db it will cause similar problems. Tomorrow morning I plan to try to apply the migrations on our regular database and try to fix any hiccups.