File tree Expand file tree Collapse file tree
azure-monitor-opentelemetry-exporter
samples/traces/django/sample/sample
azure-monitor-opentelemetry
samples/tracing/django/sample/sample Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010
1111- Default exception type for blank exceptions
1212 ([ #32327 ] ( https://github.com/Azure/azure-sdk-for-python/pull/32327 ) )
13+ - Updated django samples with clearly artificial secret key
14+ ([ #32698 ] ( https://github.com/Azure/azure-sdk-for-python/pull/32698 ) )
1315
1416### Other Changes
1517
Original file line number Diff line number Diff line change 2424# See https://docs.djangoproject.com/en/3.2/howto/deployment/checklist/
2525
2626# SECURITY WARNING: keep the secret key used in production secret!
27- SECRET_KEY = ' django-insecure--9p!az#-flphjtvtl#c_ep6x#1lo+0@nzci#-(!-3c$!o0lyjk'
27+ SECRET_KEY = " django-insecure--abcdefghijklmnopqrstuvwxyz0123456789!@#$%^&*(-_=+)"
2828
2929# SECURITY WARNING: don't run with debug turned on in production!
3030DEBUG = True
Original file line number Diff line number Diff line change 1515
1616### Bugs Fixed
1717
18+ - Updated django samples with clearly artificial secret key
19+ ([ #32698 ] ( https://github.com/Azure/azure-sdk-for-python/pull/32698 ) )
20+
1821### Other Changes
1922
2023## 1.0.0 (2023-09-12)
Original file line number Diff line number Diff line change 2424# See https://docs.djangoproject.com/en/3.2/howto/deployment/checklist/
2525
2626# SECURITY WARNING: keep the secret key used in production secret!
27- SECRET_KEY = "django-insecure--9p!az#-flphjtvtl#c_ep6x#1lo+0@nzci#-(!-3c$!o0lyjk "
27+ SECRET_KEY = "django-insecure--abcdefghijklmnopqrstuvwxyz0123456789!@#$%^&*(-_=+) "
2828
2929# SECURITY WARNING: don't run with debug turned on in production!
3030DEBUG = True
You can’t perform that action at this time.
0 commit comments