We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This could be an addition to https://github.com/DjangoGirls/tutorial-extensions/tree/master/en/authentication_authorization or it could be its own extension.
Should capture some of the points raised in DjangoGirls/tutorial#1192 and DjangoGirls/tutorial#802
SECRET_KEY
DEBUG
ALLOWED_HOSTS
The text was updated successfully, but these errors were encountered:
🔓🙈 Publish a SECRET_KEY
c1bbcd0
I fold (for now at least). Supporting secure out of the box would be nice, but I can also see it's close to the too-hard basket for people who're just volunteering and not renumerated (it is the kind of thing that becomes an issue as soon as one goes past the just trying it out stage though): https://help.pythonanywhere.com/pages/environment-variables-for-web-apps https://stackoverflow.com/questions/15170637/effects-of-changing-djangos-secret-key/15383766 DjangoGirls/tutorial-extensions#101
No branches or pull requests
This could be an addition to https://github.com/DjangoGirls/tutorial-extensions/tree/master/en/authentication_authorization or it could be its own extension.
Should capture some of the points raised in DjangoGirls/tutorial#1192 and DjangoGirls/tutorial#802
SECRET_KEY
DEBUG
to FalseALLOWED_HOSTS
correctlyThe text was updated successfully, but these errors were encountered: