This is a simple example of how to use Google Earth Engine with Django.
Clone the repository
git clone https://github.com/Thuhaa/finn.gitInstall the requirements
pip install -r requirements.txtcd into the project directory
cd finnRun the server
python manage.py runserverOpen the browser and go to http://localhost:8000
The Map exists at the url http://localhost:8000/map
Happy coding!