Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add logic for confidence_indicator api usage * Add google-auth and requests * Add variable for usps service info * Remove CSRF middleware Removing the csrf middleware since by default, when using the Django Rest Framework (which is used commonly within give, but not for this service at this time), the usage of views.APIView implies that the view is exempt from csrf checking. See https://github.com/encode/django-rest-framework/blob/fd017d00f938c6629d2eeb1b4d81716dff6d006e/rest_framework/views.py * Read secrets from environment * Add usps public key for ssl validation * Remove keyerror on invalid settings
- Loading branch information