Integration with Django

How can I integrate dhtmlxGantt with django framework ?

Hello Ketan,
Unfortunately, we don’t have any guides on how to create a Django application with Gantt.
But DHTMLX Gantt is a Javascript library so if you can show an HTML page, you can add Gantt there.
I followed this guide to create a Django application:

Here is the demo project:
https://files.dhtmlx.com/30d/7bca9a76ffb8201f9914e7afa036bfed/django+gantt.zip
To run it, open the folder and apply the following command:

django-admin runserver --pythonpath=. --settings=gantt_app 8080

Update:
There is a guide for creating a Django application and adding Gantt there:
https://docs.dhtmlx.com/gantt/desktop__howtostart_python.html

Here is the ready demo: