Django or Different Framework?

I currently have a Django application, which is using Datatables. I'm thinking about creating views to load data into the datatable but load different data on the same page (into that same datatable). This way the page doesn't have to keep refreshing for each category. My question is, doing this, I won't have much need for the Django Template other then some basic things. Is this normal to do in Django or should I be using a different framework?

Вернуться на верх