Re: How to Integrate Django with Angular 2

2017-01-11 Thread Asif Saifuddin
This is not the place to ask such kind of questions, please post to django-users as this list is for discussing django internals. On Thursday, January 12, 2017 at 1:08:29 AM UTC+6, Mohit Saran wrote: > > How to Integrate Django with Angular 2 > -- You received this message becaus

Re: How to Integrate Django with Angular 2

2017-01-11 Thread roboslone
Django is a backend, while Angular is a frontend. You can serve your Angular application in a regular Django template like so: {% load staticfiles %} > On 11 Jan 2017, at 21:02, Mohit Saran wrote: > > How to Integrate Django with Angular 2 > > -- > You received this messa

How to Integrate Django with Angular 2

2017-01-11 Thread Mohit Saran
How to Integrate Django with Angular 2 -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-developer