I am in a middle of a project. I am done with models and basic request.
I wanted to use Angular but seems like integrating angular directly with Django is a tough task. Can I use Django directly if I return JsonResponse instead og=f HttpResponse or will it cause some troubles?