------------------
- Cache is now required, not optional
- Change configuration
- URL_ROOT is replaced by SERVER_NAME and PREFERRED_URL_SCHEME
- FORCE_REDIRECT is renamed to REDIRECT_TO_CANONICAL_URL
- REDIS_QUEUE_BURST_MODE_IN_HEROKU is renamed to
START_HEROKU_WORKER_ON_REQUEST
- IMGPROXY_URL_PATTERN now interpolates *v* instead of *variable*.
- ENABLE_CACHE_COMPRESSION is removed. Use
``naverwebtoonfeeds.cache.compressedredis`` for CACHE_TYPE instead.
- Merge the ``updateseries`` command into the ``update`` command.
- Use bower for web libraries
- Use Less instead of pyScss
- Remove Heroku-specific files
- Miscellaneous improvements and refactorings