In one terminal, run:

    ./manage.py run_huey

In another terminal:

    ./manage.py shell

Commands to try out:

    from djangoex.test_app.tasks import count_beans
    res = count_beans(500)
