upenndigitalscholarship / deep

https://deep.pennds.org/
MIT License
3 stars 1 forks source link

recursive relations are making the admin slow #11

Closed apjanco closed 2 years ago

apjanco commented 2 years ago

the recursive relations in the models are slowing things down. Need to balance ui need to select an Item against need for data in the site.

apjanco commented 2 years ago

Create save() method on Item, create Link object with deep_id, title and whatever else needed. Then add relations to Links not self