Sample Django application using the autodesk-forge-sdk Python package.
- install dependencies:
make init
- set the following environment variables:
FORGE_CLIENT_ID
- your Forge app's client IDFORGE_CLIENT_SECRET
- your Forge app's client secretFORGE_BUCKET
- name of an existing bucket in Forge Data Management service
- run the Django app:
make run
- go to http://localhost:8000