Any advice on how to accomplish that would be appreciated. Or just to point me in the right direction. Not sure if my problem is understanding how Pythonanywhere static directory works, or how to include a django url(or view) in the Angular $routeProvider route.
I have included my static directory in the PA web tab.
My $routeProvider works fine when using normal routes like...
... templateUrl: static/templates/layout/index.html
But I'm unable to find a way to point that Angular route to a django url, so that the prerendered django template would be used as an Angular partial.
Sorry if I'm not making my self clear. Let me know if more info is needed. I understand about the tag syntax difference. Thanks.