Closed ryscher closed 1 year ago
When I add websites through Django admin, they end up not as an array, but a string that contains an array, like this:
"websites": "['https://fdhint.com/about/', 'https://covidinfocommons.net/', 'https://nebigdatahub.org/about/']"
Is there a reason they should be handled differently than the keywords?
When I run a PATCH request to update keywords and websites, the JSON in the request looks like this:
The keywords are updated correctly, but the websites are not. The resultant record looks like this: