See #170: subscribe to 3d-party RSS feeds in Funkwhale

This commit is contained in:
Eliot Berriot 2020-03-13 12:16:51 +01:00
parent 7cae1ae5db
commit deb1f35779
29 changed files with 1451 additions and 129 deletions

View file

@ -87,6 +87,8 @@ def cache():
"""
yield django_cache
django_cache.clear()
if "service_actor" in actors._CACHE:
del actors._CACHE["service_actor"]
@pytest.fixture(autouse=True)