Skip to content

Commit

Permalink
settings modification
Browse files Browse the repository at this point in the history
  • Loading branch information
Naihl committed Jan 10, 2025
1 parent 1984d7d commit 57a8f0d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pod/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,9 @@
# }


REQUIRED_SPEAKER_FIRSTNAME = False


##
# Applications settings (and settings locale if any)
#
Expand Down Expand Up @@ -493,5 +496,3 @@ def show_toolbar(request):
and importlib.util.find_spec("django_extensions") is not None
):
INSTALLED_APPS.append("django_extensions")

REQUIRED_SPEAKER_FIRSTNAME = True

0 comments on commit 57a8f0d

Please sign in to comment.