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 af083c6 commit c6f6297Copy full SHA for c6f6297
api/views.py
@@ -21,7 +21,7 @@
21
from social_core.exceptions import MissingBackend, AuthTokenError, AuthForbidden
22
import time
23
# Create your views here.
24
-
+import requests as r
25
26
27
@api_view(['GET'])
0 commit comments