I had copied demo2 html folder to django _templates folder and created an app to load the template. But the path is not loading styles and css files.
Below is a sample css path
http://127.0.0.1:8000/worker/assets/plugins/custom/fullcalendar/fullcalendar.bundle.css
To resolve the issue, you can use the following helper function to call FullCalendar and check the KT_THEME_VENDORS setting in your settings.py file:
Helper Function:
Add the following helper function to your template or view to call FullCalendar:
KTTheme.addVendors(["fullcalendar"]);
KT_THEME_VENDORS = [
...
"fullcalendar",
...
]