Skip to content

Commit

Permalink
Update devstack.py
Browse files Browse the repository at this point in the history
  • Loading branch information
qwqtw committed Nov 20, 2023
1 parent 6cad67f commit c82f876
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lms/envs/devstack.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,11 @@ def should_show_debug_toolbar(request): # lint-amnesty, pylint: disable=missing
FEATURES['COURSES_ARE_BROWSEABLE'] = True
HOMEPAGE_COURSE_MAX = 9

FEATURES['ENABLE_FILTER'] = False
# Toggle for the "filter" feature of the search bar
FEATURES['ENABLE_SORTBY'] = False
# Toggle for the "sort by" feature of the search bar

# Software secure fake page feature flag
FEATURES['ENABLE_SOFTWARE_SECURE_FAKE'] = True

Expand Down

0 comments on commit c82f876

Please sign in to comment.