receivers
fetch_avatar_for_person
When a person is saved, if they have an img_url but not a cached avatar send a task to retrieve it to the worker queue.
Source code in src/podcast_analyzer/receivers.py
import_podcast_on_create
When a podcast is created, schedule it for importing of feed data.