uchicago-capp-30320 / CivicLens

Putting the public back in public commenting
https://civic-lens.org
GNU Affero General Public License v3.0
2 stars 1 forks source link

Change to one to one relation, and create related_name #236

Closed rezarzky closed 6 months ago

rezarzky commented 6 months ago

This PR updates the NLPoutput model to use a one-to-one relation with the Document model, and adds the related_name attribute to enable reverse relation. This change aims to solve the problem related to the model's functionality.