An example Django project using Chard. It defines a simple background async task that grabs the latest podcast chart rankings from Apple Podcasts.
pip install -r requirements.txt
python manage.py migrate
Run the worker:
python manage.py chardworker
Run the server:
python manage.py runserver
Then visit http://localhost:8000/ and press the button to load the latest rankings.