-
Notifications
You must be signed in to change notification settings - Fork 6.6k
chore: clean up django region tags #6495
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
chore: clean up django region tags #6495
Conversation
Here is the summary of changes. You are about to add 3 region tags.
You are about to delete 2 region tags.
This comment is generated by snippet-bot.
|
@@ -164,6 +164,7 @@ | |||
|
|||
# Static files (CSS, JavaScript, Images) | |||
# [START staticurl] | |||
# [START gaeflex_py_django_static_config] | |||
# [START gaeflex_py_django_staticconfig] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does staticconfig
tag still need to be here? Or do you plan on removing that in a future PR once static_config
region tag fully replaces it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it does for now, until I replace it with the new version in the docs, then I can remove it from the sample in another PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good! Thank you for clarifying it.
Description
Removes old tags, cleans up a newer tag to confirm with format (underscore separated names)
Checklist
nox -s py-3.6
(see Test Environment Setup)nox -s lint
(see Test Environment Setup)