Files
notifications-admin/app
Chris Hill-Scott 780b9bb715 Use cached property from werkzeug.utils
This means we can have a method on the service model which hits the API
(or Redis) but can be called multiple times (within the context of a
request) without making multiple network requests.

It does this by storing the results of the method on the object’s
internal `__dict__` the first time the method is called.
2018-10-30 14:55:01 +00:00
..
2018-10-30 14:55:00 +00:00
2018-10-17 10:42:38 +01:00