We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd19670 commit 1101323Copy full SHA for 1101323
1 file changed
news/urls.py
@@ -14,7 +14,7 @@
14
)
15
16
urlpatterns = [
17
- path('', NewsListView.as_view(), name='news-list'),
+ path('', cache_user_page(317)(NewsListView.as_view()), name='news-list'),
18
19
path('preview/', preview),
20
# old news URLs, permanent redirect view so we don't break all links
0 commit comments