Skip to content

Commit

Permalink
Removed templates: image, sound, video, map, pdf.
Browse files Browse the repository at this point in the history
  • Loading branch information
kbecker42 committed May 21, 2019
1 parent 0820967 commit 00c209c
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions settings_local.py.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -176,18 +176,13 @@ UPLOAD_FOLDER = 'uploads'
# LEADERBOARD = 20

## Task presenter editor config
# PRESENTERS = ["basic", "image", "sound", "video", "map", "pdf"]
# PRESENTERS = ["basic"]
# S3_PRESENTER_BUCKET = "presenter-bucket"
# S3_PRESENTERS = {"presenter_name": "path/to/presenter.html"}
# DISABLE_TASK_PRESENTER_EDITOR = False

# Default Google Docs spreadsheet template tasks URLs
TEMPLATE_TASKS = {
'image': "https://docs.google.com/spreadsheet/ccc?key=0AsNlt0WgPAHwdHFEN29mZUF0czJWMUhIejF6dWZXdkE&usp=sharing",
'sound': "https://docs.google.com/spreadsheet/ccc?key=0AsNlt0WgPAHwdEczcWduOXRUb1JUc1VGMmJtc2xXaXc&usp=sharing",
'video': "https://docs.google.com/spreadsheet/ccc?key=0AsNlt0WgPAHwdGZ2UGhxSTJjQl9YNVhfUVhGRUdoRWc&usp=sharing",
'map': "https://docs.google.com/spreadsheet/ccc?key=0AsNlt0WgPAHwdGZnbjdwcnhKRVNlN1dGXy0tTnNWWXc&usp=sharing",
'pdf': "https://docs.google.com/spreadsheet/ccc?key=0AsNlt0WgPAHwdEVVamc0R0hrcjlGdXRaUXlqRXlJMEE&usp=sharing"}
TEMPLATE_TASKS = {}

# Expiration time for password protected project cookies
PASSWD_COOKIE_TIMEOUT = 60 * 30
Expand Down

0 comments on commit 00c209c

Please sign in to comment.