I have build my frontend using Angular and backend using django-restframwork. In my settings.py I provided CORS_ORIGIN_ALLOW_ALL = True I run it using pyt
CORS_ORIGIN_ALLOW_ALL = True
pyt