Skip to content

Commit 08724cb

Browse files
committed
Revert the SECRET_KEY change per the discussion on PR#890
#890
1 parent 48ff898 commit 08724cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/settings.py

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

88
# Quick-start development settings - unsuitable for production
99

10-
SECRET_KEY = bytes(bytearray([i for i in range(256)]))
10+
SECRET_KEY = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890'
1111

1212
INTERNAL_IPS = ['127.0.0.1']
1313

0 commit comments

Comments
 (0)