Re: Django urls and Angular ui router

2015-07-01 Thread Filipe Ximenes
You can eigther save your partial templates inside your "static" folder (and fetch it just like any static document), or if you are doing some "django processing" before sending the partial, you will need to write individual views for each one of then. On Wed, Jul 1, 2015 at 5:06 AM, ABEL D wrote

Django urls and Angular ui router

2015-07-01 Thread ABEL D
I am a front end developer in django and angularjs app. I am using templates and partials in angular. Do I need to define each and every templates url in django to get its file from the server. If not how to do this in Django? -- You received this message because you are subscribed to the Go