django-lightweight-queue icon indicating copy to clipboard operation
django-lightweight-queue copied to clipboard

Fixes for Debug Web

Open itsthejoker opened this issue 3 years ago • 1 comments

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_URL config 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.

itsthejoker avatar Jun 24 '22 18:06 itsthejoker

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.

PeterJCLaw avatar Jun 24 '22 19:06 PeterJCLaw