My project architecture is in this way .. I have a django-rest-api (api) in a django project and normal django app with TemplateView's , In django app templates I use both django template tags and angularJs tags and I differentiate them using {% verbaitm %} tag. I want to know the best way to show loading page .
NOTE :I have an issue in here , I load both angularJS Tags and Django Template tags in my project so i am not able to hide django template tags here, and show loading screen.