When I start huey with manage.py it brings all the settings and logic from the current configuration class.
Is there a way to pass only huey-related settings to huey?
Something like
python manage.py run_huey --configuration=HueyConfiguration
Thanks.