Skip to content

Commit 15176c4

Browse files
author
MirzoFirdavs
committed
some fixes
1 parent aae03b9 commit 15176c4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/settings.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,7 @@
1616
}
1717
}
1818

19-
SECRET_KEY = "django_tests_secret_key"
19+
try:
20+
from local_settings import SECRET_KEY
21+
except ImportError:
22+
SECRET_KEY = "django_tests_secret_key"

0 commit comments

Comments
 (0)