What are my options if i have to integrate cesium with a django application?

1. A concise explanation of the problem you're experiencing.

i have a django application server with exposes some data to outside. I want to look at options that will let me load and use cesium from client side scripts.

2. A minimal code example. If you've found a bug, this helps us reproduce and repair it.

3. Context. Why do you need to do this? We might know a better way to accomplish your goal.

I am moving my application from node to django, i have developed some content with cesium and node previously and want to port them over to django.

4. The Cesium version you're using, your operating system and browser.
i am using Linux vagrant 4.4.0-3

Hi there,

Cesium is entirely client-side JavaScript, so you should be able to integrate it into your webpage regardless of whether you’re using django or node. Just make sure you are including Cesium and your front-end application scripts in the HTML and you should be good to go.

Thanks,

Gabby