Skip to content

Instantly share code, notes, and snippets.

@d-demirci
Last active February 20, 2021 20:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save d-demirci/8941faa1d8c0443cf687f6345a9d225e to your computer and use it in GitHub Desktop.
Save d-demirci/8941faa1d8c0443cf687f6345a9d225e to your computer and use it in GitHub Desktop.
session cached db tutor
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