Angularjs routing with django's urls
问题 I am using AngularJS for my front-end and Django as a back-end. I am doing very simple things at the back-end so I have not considered using tastypie. The problem where I am stuck is the client/server routing. I am thoroughly confused. What I do is: Render the entry.html page from django which has <div ng-view></div> in the body. I am assuming that after this the routing is handled by angular's routeProvider In my static/js folder I have a file app.js which defines the route for another