thinknimble / tn-spa-bootstrapper

A production-ready Django SPA app on Heroku in 20 minutes or less!
https://tn-spa-bootstrapper-staging.herokuapp.com/
MIT License
8 stars 9 forks source link

drf-spectacular cleanup #323

Closed r2dliu closed 1 month ago

r2dliu commented 2 months ago

Enable setting for file uploads to work properly by default

remove unused template file related to yasg

Merge once @alvaradopcesar confirms file upload works on his project

What this does

Add a description of what feature/page this PR intends to add or change.

Checklist

How to test

Add user steps to achieve desired functionality for this feature.

oudeismetis commented 2 months ago

The logic that was removed here was needed because without it you would get an authentication error while testing the API via the swagger docs. Should test to confirm that that still works.