Django Web with Ionic

I’ve recently just come across ionic and was wondering if I could integrate it with django web, using ionic as frontend. I already have an existing django web app.

I came across this question, does this still hold true until now or have there been changes that came with the ionic updates?

Really appreciate any answer on this.

If anything I would say that the outlook for this idea is substantially worse than it was when that thread was written. Modern Angular is openly hostile towards templates that are not available at build time, and frankly I agree with the reasoning there.

Build an API in your Django app, consume it in your Ionic app.