Removing # from url of angularJS for SEO with backend as Django
I know removing hash from AngularJS is pretty straightforward but the problem is that the backend is in Django. So, the app works unless the page is refreshed using "F5". so, http://127.0.0.1:8000/account works if the button is clicked but refreshing…