Skip to content

Commit 86f8c0a

Browse files
committed
Apparently Django wants a SECRET_KEY
1 parent 184d3e6 commit 86f8c0a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mathics_django/settings.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@ def get_doc_html_data_path(should_be_readable=False, create_parent=False) -> str
113113

114114
ROOT_URLCONF = "mathics_django.urls"
115115

116+
# Make this unique, and don't share it with anybody.
117+
SECRET_KEY = "uvbhuiasaeaph6Duh)r@3ex1i@et=0j4h(!p4@!r6s-=a_ev*e"
118+
116119
SITE_ID = 1
117120

118121
# Absolute path to the directory that holds static files.

0 commit comments

Comments
 (0)