Django
In this section you will learn how to connect Django to Jet Admin
🏎️Self-hosted Jet Bridge
Common Problems
Requirements
Installation
pip install jet-djangoINSTALLED_APPS = ( ... 'jet_django', ...)JET_PROJECT = '{{your_project_name}}'
JET_TOKEN = '{{your_jet_token}}'Last updated
Was this helpful?