-
Notifications
You must be signed in to change notification settings - Fork 14
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
Move admin email into Django setting #2205
Conversation
Is there a process for using a dandi-cli PR for those integration tests here? |
Thanks for this contribution. This will depend on dandi/dandi-infrastructure#218 being merged, since that will add the required values to our heroku deploy. Once that's merged, this can follow suit (assuming no issues arise). |
Afaik, not in any way that's worthwhile. I think the best course of action is to merge the PRs in this order:
|
Wouldn't merging the CLI PR before the API PR solve the issue? I'm assuming adding an extra env var doesn't cause the CLI tests to fail. |
I was under the impression that it wouldn't be possible either way, due to the specifics of how the integration tests are run, but I may have been mistaken about that. Regardless, it doesn't hurt to try to merge the CLI PR first, the worst case scenario is the tests still fail. I'll update that comment. |
ok we merged (and should get released) |
I reran the dandi-cli tests, and they're passing now. |
🚀 PR was released in |
🚀 PR was released in |
Fixes #605
This will need a new value DJANGO_DANDI_ADMIN_EMAIL to be added to the production deployment.
I hand tested this by adding (uncommited) log messages to the
/api/users/me/
endpoint, but let me know if there's a better way to try this out.