-
Notifications
You must be signed in to change notification settings - Fork 672
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add integration instructions for drf-yasg #145
Conversation
Thanks for the recipe, I just stumbled upon this problem too. |
I’d be glad to add a a new file to the docs for all these third-party integrations. Seems to be pretty abundant for this repo. @davesque Thoughts? |
I guess we should probably have a proper readthedocs site at this point. The README will get a bit unwieldy if we add much more to it. |
I just added a docs site this evening. Feel free to create an article in the docs dedicated to this topic. Sorry, but you'll probably have to rebuild this branch in order to do that. You can rebuild it and force push. |
# Conflicts: # README.rst
@davesque I moved the section into its own docs page. Please let me know what you think. |
Still not implemented, but thanks @johnthagen it helped me! |
Hey guys. Thanks! |
@trane9991 Everything is complete as for as I understand. It's just awaiting a merge by @davesque if approved. |
@davesque Friendly ping to see if this could get merged. |
@johnthagen Will gladly merge once another merger merges #349 and then this PR needs to rebase with the updated master branch. Not sure when David will come back to merge it though. (I can't merge this PR if the tests fail). |
@Andrew-Chen-Wang I merged in
But I'm not quite sure how changes to only |
@johnthagen I'm not sure either, but I do have an idea. Take a look at https://github.com/jazzband/django-rest-framework-simplejwt/blob/cb323efa4644ba74efaf106ad96c80d8449a7006/Makefile#L35-L44 You've included the views.py files as well. What happens if you edit that into the Makefile? |
Just edited your branch since I thought might as well try :P sorry if that messes with your commits |
Ok well another option is to set the secret key in conf.py... somehow... |
@Andrew-Chen-Wang Is there a reason that the CI didn't run on the latest commit to https://github.com/jazzband/django-rest-framework-simplejwt/commits/master Trying to see if CI is actually green for |
Good question. In conf.py, do you mind adding |
Seems like David may have disabled SimpleJWT from using CircleCI (probably for credit reasons). We should prob migrate to GitHub actions asap. Because if you try to click on like the projects in the breadcrumb navigation above, it says page not found. |
Do you mean |
In docs/conf.py |
Would that go here? https://github.com/johnthagen/django-rest-framework-simplejwt/blob/patch-1/docs/conf.py#L47 I haven't used Django's Settings system before within a Sphinx project. |
I just added it. I took a look at the Django docs to double check, but I'm honestly not too sure myself. Just running and testing. |
Awesome passing. I'll just remove the Makefile change, approve the PR, and merge it. |
As for GitHub Actions, in case it helps I have an example setup for GitHub Actions for Python/ |
Cool! Thank you! I think #269 was on the right track. Haven't seen it for awhile, so not sure how well it'll work. |
The bane of my existence:
I think we'll have to migrate to GitHub actions before this is merged because.... CircleCI is being stupid YET AGAIN :( (also happening on other PRs) |
Now that this was migrated to |
Yes auvipy of the celery project. Hopefully has admin privs, but I don't know enough details; I'm just updating the repo in auvipy's absence being in Jazzband... |
@Andrew-Chen-Wang I've resolved conflicts again in this PR and it is ready to merge. Could you please merge or comment what else needs to be changed? Thanks. |
@johnthagen will do, sorry. It was just so far down the PR list and took way too long to get approval for the release last night that I forgot about it. Priority for me for today. |
Merged @johnthagen again super sorry to everyone here! |
No worries! Thanks for merging! |
Fixes axnsan12/drf-yasg#407