GovLens
GovLens copied to clipboard
scraper interface with API. Have scraper post to API
Django rest framework converts database models to simple formats. This simple data can be served over some endpoint in the Django web application.
Hey @jdansey , could you let me know of the merge request over here. Just reference a pull request, or share an update in this issue regarding the Django rest framework serializers.
I took a look at the viewsets and the serializers in the branch: https://github.com/codeforboston/civicpulse/tree/djangorestapi . That looks great.