Re: Django urls and Angular ui-router

2015-07-01 Thread Curtis Maloney
This question really belongs on django-users ... this list is for discussion about the development _of_ Django, not _with_ django. That said, it's quite specific in Django that URLs do not map to Templates - they map to View functions. So, depending on your case you should easily be able to have

Django urls and Angular ui-router

2015-07-01 Thread ABEL D
Hi, I am front end developer in django & angularjs app. For each templates and partials do i need to define its urls or is there a way to get files from server withour defining the template's url. Without defining its giving 404 error. It is a pretty big app. So there are lots of templates an