Merge pull request #1613 from bookwyrm-social/list-not-loading

Use a redis cache to store lists for user
This commit is contained in:
Mouse Reeve
2022-01-08 13:38:20 -08:00
committed by GitHub
108 changed files with 1044 additions and 204 deletions

View File

@ -18,7 +18,7 @@ class LandingViews(TestCase):
self.factory = RequestFactory()
with patch("bookwyrm.suggested_users.rerank_suggestions_task.delay"), patch(
"bookwyrm.activitystreams.populate_stream_task.delay"
):
), patch("bookwyrm.lists_stream.populate_lists_task.delay"):
self.local_user = models.User.objects.create_user(
"mouse@local.com",
"mouse@mouse.mouse",