mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 06:09:24 +02:00
See #170: subscribe to 3d-party RSS feeds in Funkwhale
This commit is contained in:
parent
7cae1ae5db
commit
deb1f35779
29 changed files with 1451 additions and 129 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue