Migration steps
This is the official documentation of the forestadmin-agent-django
and forestadmin-agent-flask
Python agents.
Step 1: Install the new agent and remove the old one
Also you have to remove the initialization method call init_forest()
(and it's import) from the project/wsgi.py
file.
Step 2: Modify the settings
The way to use forest settings changes from dictionary to variables:
In project/urls.py
, change the url inclusion:
Step 3: Agent customization
Last updated
Was this helpful?