django-lightweight-queue
django-lightweight-queue copied to clipboard
Fixes for Debug Web
Expanding from https://github.com/thread/django-lightweight-queue/pull/61
This is a stacked PR with https://github.com/thread/django-lightweight-queue/pull/62 and that one should be merged first.
This PR:
- updates the reverse URL to match the name of the app
- includes a setting for the non-standard
SITE_URLconfig item - updates the readme with information relating to this new setting
⚠️ BREAKING CHANGES: ⚠️
SITE_URL is now expected as LIGHTWEIGHT_QUEUE_SITE_URL to match with the rest of the settings.
Thanks for working on this and breaking out these changes. I've had a very quick look and this looks useful. I'll hold off doing a proper review until #62 has stabilised though.