ufosc / GatorWiki

A student-managed wiki for the the Department of CISE at the University of Florida
MIT License
4 stars 4 forks source link

Add Django REST and CORS to Django App #4

Open awhigham9 opened 3 years ago

awhigham9 commented 3 years ago

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.

awhigham9 commented 3 years ago

Django CORS added by linked PR. Django REST still needed.