Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 8cf55c1

Browse files
authored
Tweak value in test project (CI Ignore)
1 parent d1f4311 commit 8cf55c1

File tree

1 file changed

+1
-1
lines changed
  • containers/python-3-postgres/test-project/web_project

1 file changed

+1
-1
lines changed

containers/python-3-postgres/test-project/web_project/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
99

10-
SECRET_KEY = 'y*h8iua%%z%fv&45hva&d1fx3pxvy$a*tx^ed9*970l3y5j+0p'
10+
SECRET_KEY = 'placeholder'
1111

1212
DEBUG = True
1313

0 commit comments

Comments
 (0)