Skip to content

Commit 340d318

Browse files
authored
Update mathics_django/settings.py
1 parent 789185c commit 340d318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mathics_django/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def get_bool_from_environment(env_var: str, default_value: str):
3838
ALLOWED_HOSTS = []
3939

4040
# Support changing the Base URL
41-
BASE_URL = os.environ.get("MATHICS_DJANGO_URL", None)
41+
BASE_URL = os.environ.get("MATHICS_DJANGO_URL", "")
4242

4343
DISPLAY_EXCEPTIONS = get_bool_from_environment(
4444
"MATHICS_DJANGO_DISPLAY_EXCEPTIONS", DEBUG

0 commit comments

Comments
 (0)