Skip to content

Commit 432c9ee

Browse files
authored
Update views.py
1 parent 9b48275 commit 432c9ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/djangoapp/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Uncomment the required imports before adding the code
22

3-
rom django.shortcuts import render
3+
from django.shortcuts import render
44
from django.http import JsonResponse
55
from django.contrib.auth import login, authenticate
66
import logging

0 commit comments

Comments
 (0)