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 20a3934 commit 5d0854eCopy full SHA for 5d0854e
example/urls.py
@@ -7,9 +7,9 @@
7
async_db,
8
async_db_concurrent,
9
async_home,
10
+ cache_view,
11
increment,
12
jinja2_view,
- cache_view,
13
)
14
15
urlpatterns = [
example/views.py
@@ -1,8 +1,8 @@
1
import asyncio
2
3
from asgiref.sync import sync_to_async
4
-from django.core.cache import cache
5
from django.contrib.auth.models import User
+from django.core.cache import cache
6
from django.http import JsonResponse
from django.shortcuts import render
0 commit comments