Added
- Add setting to specify which module to import URLconf into: URLCONF_IMPORT_ROOT_URLCONF
- Add helper method to initialize in non-Django services
Changed
- Breaking change: when importing, existing URLconf in target module will be overwritten. It used to be appended.
- Re-order README sections, and add integration examples
- Correction to README: whitelist and blacklist are sets not lists