You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Probably as a new method to pull out the fields needed for input (self.name and self.description) and run it through your API, then append the results (or set them on some other field) that come back to self.tags.
I think I would end up plumbing the code in here: https://github.com/LLNL/scraper/blob/master/scraper/code_gov/models.py
Probably as a new method to pull out the fields needed for input (
self.name
andself.description
) and run it through your API, then append the results (or set them on some other field) that come back toself.tags
.-- Requested by @RicardoAReyes
The text was updated successfully, but these errors were encountered: