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 f4bcfca commit aa91359Copy full SHA for aa91359
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,9 +1,9 @@
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
6
-from django.http import HttpResponse, JsonResponse
+from django.core.cache import cache
+from django.http import JsonResponse
from django.shortcuts import render
0 commit comments