Skip to content
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

Update scripts and docs to reflect changes in settings file. #436

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Conversation

karcaw
Copy link
Contributor

@karcaw karcaw commented Jun 2, 2023

This updates a few things that were changed in #409.

  • update scripts to reflect missing config.py, and use new settings.
  • update docs to not refer to old config files, but use the new ones.

Relies on changes in #435
blocked by #435

@vsoch
Copy link
Member

vsoch commented Jun 2, 2023

This is beautiful - thank you! Let's finish up #409 and get these in too! 🎉

shub/settings.py Outdated
@@ -668,4 +668,20 @@ def __iter__(self):
}

if ENABLE_GITLAB_AUTH: # noqa
SOCIAL_AUTH_GITLAB_SCOPE = ["api", "read_user"]
if "SOCIAL_AUTH_GITLAB_SCOPE" not in locals():
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like this change from the other PR snuck in!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i mentioned that is relies on changes from the #435 because the scripts need that other script to work properly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants