'How do i use kepler.gl with Django backend
Is there a kepler library i can install in my django project to use kepler.gl in my frontend, like in leaflet-django. If not, how do i use Kepler.gl maps as frontend for django backend?
Solution 1:[1]
You can visit "kepler.gl/demo" and click in the left sidebar export to html. After that you can use this html for your endpoint (view template) in django.
The data can be passed trough the httpResponse in your views.py from the database to view into the script. If you like you can put the script code in seperate Javascript files and link them in your endpoint.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | hsul-so |
