Last active
February 20, 2021 20:05
-
-
Save d-demirci/8941faa1d8c0443cf687f6345a9d225e to your computer and use it in GitHub Desktop.
session cached db tutor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: sessiondb | |
version: 0.1.0 | |
patches: | |
common-env-features: | | |
"ALLOW_PUBLIC_ACCOUNT_CREATION": false | |
openedx-lms-common-settings: | | |
SESSION_ENGINE= "django.contrib.sessions.backends.db" | |
openedx-cms-common-settings: | | |
SESSION_ENGINE= "django.contrib.sessions.backends.db" | |
# tutor plugins install sessiondb.yml | |
# tutor plugins enable sessiondb | |
# tutor config save | |
# tutor local reboot -d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment