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 ceba175 commit 3fcfd74Copy full SHA for 3fcfd74
samples/django-app/mysite/mysite/views.py
@@ -1,6 +1,9 @@
1
+"""
2
+View definitions.
3
4
+
5
import os
6
from django.shortcuts import render
-from django.http import HttpResponse
7
from autodesk_forge_sdk import AuthenticationClient, OSSClient, OAuthTokenProvider, urnify, Scope
8
9
FORGE_CLIENT_ID = os.environ["FORGE_CLIENT_ID"]
0 commit comments