Django REST is needed for developing the REST API used by the front end. CORS is needed for resource-sharing across domains. Care needs to be taken when configuring CORS to ensure security settings are correct. Be sure to review this closely with multiple contributors in the PR.
The following dependencies should be added and enabled in the Django App:
Django REST is needed for developing the REST API used by the front end. CORS is needed for resource-sharing across domains. Care needs to be taken when configuring CORS to ensure security settings are correct. Be sure to review this closely with multiple contributors in the PR.