Skip to content

Instantly share code, notes, and snippets.

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 azizur/9a8933e8021538c7033817f1d74e7f90 to your computer and use it in GitHub Desktop.
Save azizur/9a8933e8021538c7033817f1d74e7f90 to your computer and use it in GitHub Desktop.
Unknown MySQL server host 'edx.devstack.mysql' (0)
OperationalError at /
(2005, "Unknown MySQL server host 'edx.devstack.mysql' (0)")
Request Method: GET
Request URL: http://localhost:18000/
Django Version: 1.8.17
Exception Type: OperationalError
Exception Value:
(2005, "Unknown MySQL server host 'edx.devstack.mysql' (0)")
Exception Location: /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/MySQLdb/connections.py in __init__, line 193
Python Executable: /edx/app/edxapp/venvs/edxapp/bin/python
Python Version: 2.7.10
Python Path:
['/edx/app/edxapp/edx-platform',
'/edx/app/edxapp/venvs/edxapp/bin',
'/edx/app/edxapp/venvs/edxapp/lib/python2.7',
'/edx/app/edxapp/venvs/edxapp/lib/python2.7/plat-linux2',
'/edx/app/edxapp/venvs/edxapp/lib/python2.7/lib-tk',
'/edx/app/edxapp/venvs/edxapp/lib/python2.7/lib-old',
'/edx/app/edxapp/venvs/edxapp/lib/python2.7/lib-dynload',
'/usr/lib/python2.7',
'/usr/lib/python2.7/plat-linux2',
'/usr/lib/python2.7/lib-tk',
'/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages',
'/edx/app/edxapp/venvs/edxapp/src/pystache-custom',
'/edx/app/edxapp/venvs/edxapp/src/pygeoip',
'/edx/app/edxapp/venvs/edxapp/src/edx-jsme',
'/edx/app/edxapp/venvs/edxapp/src/parse-rest',
'/edx/app/edxapp/venvs/edxapp/src/codejail',
'/edx/app/edxapp/venvs/edxapp/src/event-tracking',
'/edx/app/edxapp/venvs/edxapp/src/django-splash',
'/edx/app/edxapp/venvs/edxapp/src/acid-xblock',
'/edx/app/edxapp/venvs/edxapp/src/edx-submissions',
'/edx/app/edxapp/venvs/edxapp/src/rate-xblock',
'/edx/app/edxapp/venvs/edxapp/src/done-xblock',
'/edx/app/edxapp/venvs/edxapp/src/xblock-google-drive',
'/edx/app/edxapp/venvs/edxapp/src/edx-reverification-block',
'/edx/app/edxapp/edx-platform',
'/edx/app/edxapp/edx-platform/common/lib/calc',
'/edx/app/edxapp/edx-platform/common/lib/capa',
'/edx/app/edxapp/edx-platform/common/lib/chem',
'/edx/app/edxapp/edx-platform/common/lib/dogstats',
'/edx/app/edxapp/edx-platform/common/lib/safe_lxml',
'/edx/app/edxapp/edx-platform/common/lib/sandbox-packages',
'/edx/app/edxapp/edx-platform/common/lib/symmath',
'/edx/app/edxapp/edx-platform/common/lib/xmodule',
'/edx/app/edxapp/edx-platform/openedx/core/lib/xblock_builtin/xblock_discussion',
'/edx/app/edxapp/venvs/edxapp/src/xblock-mentoring',
'/edx/app/edxapp/venvs/edxapp/src/oppia-xblock',
'/edx/app/edxapp/venvs/edxapp/src/officemix',
'/edx/app/edxapp/venvs/edxapp/src/schoolyourself-xblock',
'/edx/app/edxapp/venvs/edxapp/src/concept-xblock',
'/edx/app/edxapp/venvs/edxapp/src/audio-xblock',
'/edx/app/edxapp/venvs/edxapp/src/animation-xblock',
'/edx/app/edxapp/venvs/edxapp/src/xblock-vectordraw',
'/edx/app/edxapp/venvs/edxapp/src/xblock-activetable',
'/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/newrelic-2.78.0.57',
'/edx/app/edxapp/venvs/edxapp/lib/python2.7/site-packages',
'/edx/app/edxapp/venvs/edxapp/lib/python2.7/site-packages/newrelic-2.78.0.57',
'/edx/app/edxapp/edx-platform',
Path(u'/edx/app/edxapp/edx-platform'),
Path(u'/edx/app/edxapp/edx-platform/lms/djangoapps'),
Path(u'/edx/app/edxapp/edx-platform/common/djangoapps')]
Server time: Thu, 30 Mar 2017 18:10:13 -0400
Traceback Switch to copy-and-paste view
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/handlers/base.py in get_response
response = middleware_method(request) ...
▶ Local vars
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sites/middleware.py in process_request
request.site = get_current_site(request) ...
▶ Local vars
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sites/shortcuts.py in get_current_site
return Site.objects.get_current(request) ...
▶ Local vars
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_sites_extensions/models.py in patched_get_current
return self._get_site_by_request(request) # pylint: disable=protected-access ...
▶ Local vars
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_sites_extensions/models.py in patched_get_site_by_request
site = self.get(domain__iexact=host) ...
▶ Local vars
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/manager.py in manager_method
return getattr(self.get_queryset(), name)(*args, **kwargs) ...
▶ Local vars
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py in get
num = len(clone) ...
▶ Local vars
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py in __len__
self._fetch_all() ...
▶ Local vars
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py in _fetch_all
self._result_cache = list(self.iterator()) ...
▶ Local vars
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py in iterator
results = compiler.execute_sql() ...
▶ Local vars
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py in execute_sql
sql, params = self.as_sql() ...
▶ Local vars
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py in as_sql
where, w_params = self.compile(self.query.where) ...
▶ Local vars
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py in compile
sql, params = node.as_sql(self, self.connection) ...
▶ Local vars
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/where.py in as_sql
sql, params = compiler.compile(child) ...
▶ Local vars
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py in compile
sql, params = node.as_sql(self, self.connection) ...
▶ Local vars
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/lookups.py in as_sql
lhs_sql, params = self.process_lhs(compiler, connection) ...
▶ Local vars
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/lookups.py in process_lhs
db_type = self.lhs.output_field.db_type(connection=connection) ...
▶ Local vars
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py in db_type
return connection.data_types[self.get_internal_type()] % data ...
▶ Local vars
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/functional.py in __get__
res = instance.__dict__[self.name] = self.func(instance) ...
▶ Local vars
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/mysql/base.py in data_types
if self.features.supports_microsecond_precision: ...
▶ Local vars
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/functional.py in __get__
res = instance.__dict__[self.name] = self.func(instance) ...
▶ Local vars
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/mysql/features.py in supports_microsecond_precision
return self.connection.mysql_version >= (5, 6, 4) and Database.version_info >= (1, 2, 5) ...
▶ Local vars
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/functional.py in __get__
res = instance.__dict__[self.name] = self.func(instance) ...
▶ Local vars
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/mysql/base.py in mysql_version
with self.temporary_connection(): ...
▶ Local vars
/usr/lib/python2.7/contextlib.py in __enter__
return self.gen.next() ...
▶ Local vars
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/base.py in temporary_connection
cursor = self.cursor() ...
▶ Local vars
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/base.py in cursor
cursor = self.make_debug_cursor(self._cursor()) ...
▶ Local vars
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/base.py in _cursor
self.ensure_connection() ...
▶ Local vars
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/base.py in ensure_connection
self.connect() ...
▶ Local vars
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/utils.py in __exit__
six.reraise(dj_exc_type, dj_exc_value, traceback) ...
▶ Local vars
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/base.py in ensure_connection
self.connect() ...
▶ Local vars
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/base.py in connect
self.connection = self.get_new_connection(conn_params) ...
▶ Local vars
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/mysql/base.py in get_new_connection
conn = Database.connect(**conn_params) ...
▶ Local vars
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/MySQLdb/__init__.py in Connect
return Connection(*args, **kwargs) ...
▶ Local vars
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/MySQLdb/connections.py in __init__
super(Connection, self).__init__(*args, **kwargs2) ...
▶ Local vars
Request information
GET
No GET data
POST
No POST data
FILES
No FILES data
COOKIES
Variable Value
sessionid
'1|i9k0i2vweqy8dswh4f75s87vsnbzihga|2LCBq1SGEgDl|IjQyOGYyZGNjMjMwNWJkNWVhYTJjY2ZjNTc1YzY2NTEzMmJhODEwNGM3MjdiMjg0MjgyOTQ4ZjQzMmE2OWVkMjQi:1cti6J:61iipOrXkGghmxFm6FZIvfwuz-0'
meteor_login_token
'Vgcqek0zcSZ7wXo7DlKCzI8mN3zDeXh3kbW6QCSJvEN'
wp-settings-time-1
'1490627684'
djdt
'hide'
wordpress_logged_in_86a9106ae65537651a8e456835b316ab
'azizur%7C1491833625%7C7rTWPSkX5IrjtRDOqQd2Q4KhWdSsTNsGwdIuFHLCllT%7C08d902284bef0dd955501ff8a5b37bf831b25490cdc9c40b7f905ea38467212f'
io
'8s0an9xM5_RG7xDGAAAY'
csrftoken
'aOutIxDkCO8RZyWHcOND3m7T3w15fiWs'
META
Variable Value
SERVER_PORT
'18000'
HTTP_COOKIE
'io=8s0an9xM5_RG7xDGAAAY; wordpress_logged_in_86a9106ae65537651a8e456835b316ab=azizur%7C1491833625%7C7rTWPSkX5IrjtRDOqQd2Q4KhWdSsTNsGwdIuFHLCllT%7C08d902284bef0dd955501ff8a5b37bf831b25490cdc9c40b7f905ea38467212f; wp-settings-time-1=1490627684; meteor_login_token=Vgcqek0zcSZ7wXo7DlKCzI8mN3zDeXh3kbW6QCSJvEN; djdt=hide; sessionid="1|i9k0i2vweqy8dswh4f75s87vsnbzihga|2LCBq1SGEgDl|IjQyOGYyZGNjMjMwNWJkNWVhYTJjY2ZjNTc1YzY2NTEzMmJhODEwNGM3MjdiMjg0MjgyOTQ4ZjQzMmE2OWVkMjQi:1cti6J:61iipOrXkGghmxFm6FZIvfwuz-0"; csrftoken=aOutIxDkCO8RZyWHcOND3m7T3w15fiWs'
SERVER_PROTOCOL
'HTTP/1.0'
SERVER_SOFTWARE
'gunicorn/0.17.4'
SCRIPT_NAME
u''
wsgi.input
<gunicorn.http.body.Body object at 0x7ffbb501df90>
REQUEST_METHOD
'GET'
HTTP_HOST
'localhost:18000'
PATH_INFO
u'/'
wsgi.multithread
False
QUERY_STRING
''
HTTP_CONNECTION
'close'
HTTP_ACCEPT
'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8'
HTTP_UPGRADE_INSECURE_REQUESTS
'1'
HTTP_USER_AGENT
'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.98 Safari/537.36'
wsgi.version
(1, 0)
REMOTE_PORT
'34788'
RAW_URI
'/'
REMOTE_ADDR
'127.0.0.1'
wsgi.run_once
False
wsgi.errors
<open file '<stderr>', mode 'w' at 0x7ffbdcdeb1e0>
wsgi.multiprocess
True
HTTP_ACCEPT_LANGUAGE
'en-GB,en;q=0.8,en-US;q=0.6'
wsgi.url_scheme
'http'
gunicorn.socket
<socket._socketobject object at 0x7ffbb50c1d70>
SERVER_NAME
'localhost'
HTTP_X_QUEUE_START
't=1490911800.695'
wsgi.file_wrapper
''
HTTP_ACCEPT_ENCODING
'gzip, deflate, sdch, br'
Settings
Using settings module lms.envs.devstack_docker
Setting Value
DEBUG_TRACK_LOG
False
USE_L10N
True
BROKER_POOL_LIMIT
0
NOTIFICATION_EMAIL_EDX_LOGO
'templates/credit_notifications/edx-logo-header.png'
MAKO_MODULE_DIR
'/tmp/mako_lms'
MAILCHIMP_NEW_USER_LIST_ID
None
CELERY_SEND_TASK_SENT_EVENT
True
PAID_COURSE_REGISTRATION_CURRENCY
[u'usd', u'$']
BROKER_URL
'amqp://celery:celery@localhost/'
WIKI_LINK_DEFAULT_LEVEL
2
AWS_S3_CUSTOM_DOMAIN
u'SET-ME-PLEASE (ex. bucket-name.s3.amazonaws.com)'
PROCTORING_BACKEND_PROVIDER
{u'class': u'edx_proctoring.backends.null.NullBackendProvider', u'options': {}}
DOC_LINK_BASE_URL
u'https://edx.readthedocs.io/projects/open-edx-learner-guide'
FIXTURE_DIRS
()
MICROSITE_CONFIGURATION
{}
MESSAGE_STORAGE
'django.contrib.messages.storage.session.SessionStorage'
FACEBOOK_APP_SECRET
u'********************'
LOG_OVERRIDES
[('track.contexts', 50),
('track.middleware', 50),
('dd.dogapi', 50),
('django_comment_client.utils', 50)]
SESSION_COOKIE_NAME
'sessionid'
SOCIAL_SHARING_SETTINGS
{u'CERTIFICATE_FACEBOOK': False,
u'CERTIFICATE_TWITTER': False,
u'CUSTOM_COURSE_URLS': False,
u'DASHBOARD_FACEBOOK': False,
u'DASHBOARD_TWITTER': False}
STATIC_GRAB
False
WIKI_CAN_ASSIGN
<function CAN_ASSIGN at 0x7ffbcba266e0>
EMAIL_SSL_KEYFILE
u'********************'
X_FRAME_OPTIONS
'ALLOW'
SERVER_EMAIL
u'devops@example.com'
ANALYTICS_DASHBOARD_NAME
u'Your Platform Name Here Insights'
EDXMKTG_USER_INFO_COOKIE_VERSION
1
FIRST_DAY_OF_WEEK
0
MODULESTORE_FIELD_OVERRIDE_PROVIDERS
('courseware.self_paced_overrides.SelfPacedDateOverrideProvider',)
BULK_EMAIL_INFINITE_RETRY_CAP
1000
OAUTH_EXPIRE_PUBLIC_CLIENT_DAYS
30
CACHES
{u'celery': {u'BACKEND': u'django.core.cache.backends.memcached.MemcachedCache',
u'KEY_FUNCTION': u'********************',
u'KEY_PREFIX': u'********************',
u'LOCATION': [u'edx.devstack.memcached:11211'],
u'TIMEOUT': u'7200'},
u'configuration': {u'BACKEND': u'django.core.cache.backends.memcached.MemcachedCache',
u'KEY_FUNCTION': u'********************',
u'KEY_PREFIX': u'********************',
u'LOCATION': [u'edx.devstack.memcached:11211']},
u'course_structure_cache': {u'BACKEND': u'django.core.cache.backends.memcached.MemcachedCache',
u'KEY_FUNCTION': u'********************',
u'KEY_PREFIX': u'********************',
u'LOCATION': [u'edx.devstack.memcached:11211'],
u'TIMEOUT': u'7200'},
u'default': {u'BACKEND': u'django.core.cache.backends.memcached.MemcachedCache',
u'KEY_FUNCTION': u'********************',
u'KEY_PREFIX': u'********************',
u'LOCATION': [u'edx.devstack.memcached:11211'],
u'VERSION': u'1'},
u'general': {u'BACKEND': u'django.core.cache.backends.memcached.MemcachedCache',
u'KEY_FUNCTION': u'********************',
u'KEY_PREFIX': u'********************',
u'LOCATION': [u'edx.devstack.memcached:11211']},
'loc_cache': {'BACKEND': 'django.core.cache.backends.locmem.LocMemCache',
'LOCATION': 'edx_location_mem_cache'},
u'mongo_metadata_inheritance': {u'BACKEND': u'django.core.cache.backends.memcached.MemcachedCache',
u'KEY_FUNCTION': u'********************',
u'KEY_PREFIX': u'********************',
u'LOCATION': [u'edx.devstack.memcached:11211'],
u'TIMEOUT': 300},
u'staticfiles': {u'BACKEND': u'django.core.cache.backends.memcached.MemcachedCache',
u'KEY_FUNCTION': u'********************',
u'KEY_PREFIX': u'********************',
u'LOCATION': [u'edx.devstack.memcached:11211']}}
ANALYTICS_DASHBOARD_URL
None
OAUTH2_PROVIDER
{'OAUTH2_VALIDATOR_CLASS': 'openedx.core.djangoapps.oauth_dispatch.dot_overrides.EdxOAuth2Validator',
'SCOPES': {'email': 'Email scope',
'profile': 'Read your user profile',
'read': 'Read scope',
'write': 'Write scope'}}
EDXMKTG_LOGGED_IN_COOKIE_NAME
'edxloggedin'
SESSION_COOKIE_PATH
'/'
PROFILE_IMAGE_MIN_BYTES
100
YOUTUBE
{'API': u'********************',
'IMAGE_API': u'********************',
'METADATA_URL': 'https://www.googleapis.com/youtube/v3/videos/',
'TEST_TIMEOUT': 1500,
'TEXT_API': u'********************'}
REQUIRE_BASE_URL
'./'
PDF_RECEIPT_COBRAND_LOGO_HEIGHT_MM
12
SOCIAL_MEDIA_FOOTER_DISPLAY
{'facebook': {'action': <django.utils.functional.__proxy__ object at 0x7ffbcc647b90>,
'icon': 'fa-facebook-square',
'title': <django.utils.functional.__proxy__ object at 0x7ffbcc6474d0>},
'google_plus': {'action': <django.utils.functional.__proxy__ object at 0x7ffbcc648710>,
'icon': 'fa-google-plus-square',
'title': <django.utils.functional.__proxy__ object at 0x7ffbcc648150>},
'linkedin': {'action': <django.utils.functional.__proxy__ object at 0x7ffbcc647fd0>,
'icon': 'fa-linkedin-square',
'title': <django.utils.functional.__proxy__ object at 0x7ffbcc647d10>},
'meetup': {'icon': 'fa-calendar',
'title': <django.utils.functional.__proxy__ object at 0x7ffbcc648110>},
'reddit': {'action': <django.utils.functional.__proxy__ object at 0x7ffbcc648210>,
'icon': 'fa-reddit',
'title': <django.utils.functional.__proxy__ object at 0x7ffbcc6481d0>},
'tumblr': {'icon': 'fa-tumblr',
'title': <django.utils.functional.__proxy__ object at 0x7ffbcc648190>},
'twitter': {'action': <django.utils.functional.__proxy__ object at 0x7ffbcc647950>,
'icon': 'fa-twitter',
'title': <django.utils.functional.__proxy__ object at 0x7ffbcc647bd0>},
'vk': {'icon': 'fa-vk',
'title': <django.utils.functional.__proxy__ object at 0x7ffbcc648250>},
'weibo': {'icon': 'fa-weibo',
'title': <django.utils.functional.__proxy__ object at 0x7ffbcc6482d0>},
'youtube': {'action': <django.utils.functional.__proxy__ object at 0x7ffbcc648350>,
'icon': 'fa-youtube',
'title': <django.utils.functional.__proxy__ object at 0x7ffbcc648090>}}
WIKI_CAN_DELETE
<function CAN_DELETE at 0x7ffbcba26578>
OAUTH_OIDC_ID_TOKEN_HANDLERS
u'********************'
DEFAULT_INDEX_TABLESPACE
''
TRANSLATORS_GUIDE
'http://edx.readthedocs.org/projects/edx-developer-guide/en/latest/conventions/internationalization/i18n_translators_guide.html'
USAGE_ID_PATTERN
'(?P<usage_id>(?:i4x://?[^/]+/[^/]+/[^/]+/[^@]+(?:@[^/]+)?)|(?:[^/]+))'
CELERY_DEFAULT_EXCHANGE
'edx.lms.core'
USE_X_FORWARDED_HOST
False
AWS_SES_REGION_NAME
u'us-east-1'
BULK_EMAIL_DEFAULT_RETRY_DELAY
30
CELERY_BROKER_HOSTNAME
u'localhost'
OPENID_PROVIDER_TRUSTED_ROOTS
['cs50.net', '*.cs50.net']
EVENT_TRACKING_PROCESSORS
[]
CSRF_COOKIE_DOMAIN
None
UNIVERSITY_EMAIL
u'university@example.com'
FILE_CHARSET
'utf-8'
DEBUG
True
CHECKPOINT_PATTERN
'(?P<checkpoint_name>[^/]+)'
SESSION_FILE_PATH
None
SESSION_SERIALIZER
'django.contrib.sessions.serializers.PickleSerializer'
COURSE_ENROLLMENT_MODES
{'audit': 1,
'credit': 5,
'honor': 6,
'no-id-professional': 4,
'professional': 3,
'verified': 2}
YOUTUBE_API_KEY
u'********************'
USERNAME_PATTERN
'(?P<username>[\\w.@+-]+)'
DEFAULT_PRIORITY_QUEUE
'edx.lms.core.default'
REGISTRATION_EMAIL_PATTERNS_ALLOWED
None
SECURE_PROXY_SSL_HEADER
('HTTP_X_FORWARDED_PROTO', 'https')
MAKO_TEMPLATES
{'main': [u'/edx/app/edxapp/venvs/edxapp/lib/python2.7/site-packages/enterprise/templates/enterprise',
Path(u'/edx/app/edxapp/edx-platform/lms/templates'),
Path(u'/edx/app/edxapp/edx-platform/common/templates'),
Path(u'/edx/app/edxapp/edx-platform/common/lib/capa/capa/templates'),
Path(u'/edx/app/edxapp/edx-platform/common/djangoapps/pipeline_mako/templates'),
Path(u'/edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/templates'),
Path(u'/edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/templates')]}
DEFAULT_COURSE_ABOUT_IMAGE_URL
'images/pencils.jpg'
AWS_SECRET_ACCESS_KEY
u'********************'
DEBUG_PROPAGATE_EXCEPTIONS
False
ENV_CELERY_QUEUES
[u'edx.lms.core.low',
u'edx.lms.core.default',
u'edx.lms.core.high',
u'edx.lms.core.high_mem']
ECOMMERCE_PUBLIC_URL_ROOT
'http://localhost:18130'
MONTH_DAY_FORMAT
'F j'
FEATURES
{'ADVANCED_SECURITY': False,
'ALLOW_AUTOMATED_SIGNUPS': False,
'ALLOW_COURSE_STAFF_GRADE_DOWNLOADS': False,
'ALLOW_PUBLIC_ACCOUNT_CREATION': True,
'ALLOW_WIKI_ROOT_ACCESS': True,
'ALWAYS_REDIRECT_HOMEPAGE_TO_DASHBOARD_FOR_AUTHENTICATED_USER': True,
'AUTH_USE_CAS': False,
'AUTH_USE_CERTIFICATES': False,
'AUTH_USE_OPENID': False,
'AUTH_USE_OPENID_PROVIDER': True,
'AUTH_USE_SHIB': False,
'AUTOMATIC_AUTH_FOR_TESTING': True,
'AUTOMATIC_VERIFY_STUDENT_IDENTITY_FOR_TESTING': True,
'AUTOPLAY_VIDEOS': False,
'CERTIFICATES_HTML_VIEW': True,
'CERTIFICATES_INSTRUCTOR_GENERATION': False,
'CLASS_DASHBOARD': False,
'COURSES_ARE_BROWSABLE': True,
'COURSES_ARE_BROWSEABLE': True,
'CUSTOM_COURSES_EDX': False,
'DEBUG_LEVEL': 0,
'DISABLE_LOGIN_BUTTON': False,
'DISABLE_START_DATES': False,
'DISPLAY_ANALYTICS_ENROLLMENTS': True,
'DISPLAY_DEBUG_INFO_TO_STAFF': True,
'DISPLAY_HISTOGRAMS_TO_STAFF': False,
'EMBARGO': False,
'ENABLED_PAYMENT_REPORTS': ['refund_report',
'itemized_purchase_report',
'university_revenue_share',
'certificate_status'],
'ENABLE_CCX_ANALYTICS_DASHBOARD_URL': False,
'ENABLE_COMBINED_LOGIN_REGISTRATION': True,
'ENABLE_COMBINED_LOGIN_REGISTRATION_FOOTER': False,
'ENABLE_COOKIE_CONSENT': False,
'ENABLE_CORS_HEADERS': True,
'ENABLE_COSMETIC_DISPLAY_PRICE': True,
u'ENABLE_COUNTRY_ACCESS': False,
'ENABLE_COURSEWARE_SEARCH': False,
'ENABLE_COURSE_DISCOVERY': False,
'ENABLE_COURSE_SORTING_BY_START_DATE': True,
u'ENABLE_CREDIT_API': u'********************',
'ENABLE_CREDIT_ELIGIBILITY': False,
u'ENABLE_CROSS_DOMAIN_CSRF_COOKIE': False,
'ENABLE_CSMH_EXTENDED': True,
'ENABLE_DASHBOARD_SEARCH': False,
'ENABLE_DEBUG_RUN_PYTHON': False,
'ENABLE_DISCUSSION_EMAIL_DIGEST': False,
'ENABLE_DISCUSSION_HOME_PANEL': True,
'ENABLE_DISCUSSION_SERVICE': True,
'ENABLE_DJANGO_ADMIN_SITE': True,
'ENABLE_EDXNOTES': False,
'ENABLE_ENROLLMENT_TRACK_USER_PARTITION': False,
'ENABLE_FEEDBACK_SUBMISSION': False,
'ENABLE_FOOTER_MOBILE_APP_LINKS': False,
'ENABLE_GRADE_DOWNLOADS': True,
u'ENABLE_INSTRUCTOR_ANALYTICS': False,
'ENABLE_INSTRUCTOR_BACKGROUND_TASKS': True,
'ENABLE_LMS_MIGRATION': False,
'ENABLE_LTI_PROVIDER': False,
'ENABLE_MANUAL_GIT_RELOAD': False,
'ENABLE_MASQUERADE': True,
'ENABLE_MAX_FAILED_LOGIN_ATTEMPTS': False,
'ENABLE_MKTG_EMAIL_OPT_IN': False,
'ENABLE_MKTG_SITE': False,
'ENABLE_MOBILE_REST_API': u'********************',
'ENABLE_OAUTH2_PROVIDER': True,
'ENABLE_ONLOAD_BEACON': False,
'ENABLE_OPENBADGES': False,
'ENABLE_PAID_COURSE_REGISTRATION': True,
'ENABLE_PAYMENT_FAKE': True,
'ENABLE_PREREQUISITE_COURSES': False,
'ENABLE_READING_FROM_MULTIPLE_HISTORY_TABLES': True,
'ENABLE_SERVICE_STATUS': False,
'ENABLE_SHOPPING_CART': True,
'ENABLE_SOFTWARE_SECURE_FAKE': True,
'ENABLE_SPECIAL_EXAMS': False,
'ENABLE_SQL_TRACKING_LOGS': False,
'ENABLE_STUDENT_HISTORY_VIEW': True,
'ENABLE_STUDENT_NOTES': True,
'ENABLE_SYSADMIN_DASHBOARD': False,
'ENABLE_TEAMS': True,
'ENABLE_TEXTBOOK': True,
'ENABLE_THIRD_PARTY_AUTH': False,
'ENABLE_VERIFIED_CERTIFICATES': False,
'ENABLE_VIDEO_ABSTRACTION_LAYER_API': u'********************',
'ENABLE_VIDEO_BEACON': False,
'ENABLE_VIDEO_BUMPER': False,
u'ENABLE_VIDEO_UPLOAD_PIPELINE': False,
'ENABLE_XBLOCK_VIEW_ENDPOINT': False,
'ENABLE_XBLOCK_XML_VALIDATION': True,
'ENFORCE_PASSWORD_POLICY': u'********************',
'ENTRANCE_EXAMS': True,
'INDIVIDUAL_DUE_DATES': False,
'LICENSING': True,
'LOG_POSTPAY_CALLBACKS': True,
'MAX_ENROLLMENT_INSTR_BUTTONS': 200,
'MILESTONES_APP': True,
'MODE_CREATION_FOR_TESTING': False,
'ORGANIZATIONS_APP': True,
'PREVENT_CONCURRENT_LOGINS': False,
u'PREVIEW_LMS_BASE': u'preview.localhost:18000',
'REROUTE_ACTIVATION_EMAIL': False,
'RESTRICT_ENROLL_BY_REG_METHOD': False,
'RUN_AS_ANALYTICS_SERVER_ENABLED': False,
'SHIB_DISABLE_TOS': False,
'SHOW_BUMPER_PERIODICITY': 604800,
'SHOW_LANGUAGE_SELECTOR': False,
'SQUELCH_PII_IN_LOGS': False,
'STORE_BILLING_INFO': True,
u'USE_CUSTOM_THEME': False,
'USE_MICROSITES': False,
'USE_YOUTUBE_OBJECT_API': u'********************'}
SEARCH_FILTER_GENERATOR
'lms.lib.courseware_search.lms_filter_generator.LmsSearchFilterGenerator'
CELERY_IGNORE_RESULT
False
AUTH_USER_MODEL
'auth.User'
CELERY_BROKER_VHOST
u''
PAYMENT_SUPPORT_EMAIL
u'billing@example.com'
USE_THOUSAND_SEPARATOR
False
LMS_MIGRATION_ALLOWED_IPS
[]
COURSE_TITLE
'Circuits and Electronics'
PRIVATE_RSA_KEY
u'********************'
COURSES_ROOT
Path(u'/edx/app/edxapp/data')
CSRF_FAILURE_VIEW
'django.views.csrf.csrf_failure'
LOGIN_REDIRECT_URL
'/login'
CELERY_TASK_SERIALIZER
'json'
CONTACT_MAILING_ADDRESS
u'SET-ME-PLEASE'
STATIC_URL_BASE
u'/static/'
DECIMAL_SEPARATOR
'.'
IGNORABLE_404_URLS
()
PIPELINE_CSS_COMPRESSOR
None
TEMPLATE_STRING_IF_INVALID
''
FINANCIAL_REPORTS
{u'BUCKET': None, u'ROOT_PATH': u'sandbox', u'STORAGE_TYPE': u'localfs'}
HOST
'edx.devstack.edxapp:18000'
EDX_API_KEY
u'********************'
GENERATE_PROFILE_SCORES
False
API_ACCESS_FROM_EMAIL
u'********************'
ENTERPRISE_ENROLLMENT_API_URL
u'********************'
FORCE_SCRIPT_NAME
None
REQUIRE_JS_PATH_OVERRIDES
{'course_bookmarks/js/views/bookmark_button': 'course_bookmarks/js/views/bookmark_button.js',
'draggabilly': 'js/vendor/draggabilly.js',
'js/courseware/accordion_events': 'js/courseware/accordion_events.js',
'js/courseware/course_home_events': 'js/courseware/course_home_events.js',
'js/courseware/courseware_factory': 'js/courseware/courseware_factory.js',
'js/courseware/link_clicked_events': 'js/courseware/link_clicked_events.js',
'js/courseware/toggle_element_visibility': 'js/courseware/toggle_element_visibility.js',
'js/dateutil_factory': 'js/dateutil_factory.js',
'js/groups/views/cohorts_dashboard_factory': 'js/groups/views/cohorts_dashboard_factory.js',
'js/student_account/logistration_factory': 'js/student_account/logistration_factory.js',
'js/student_profile/views/learner_profile_factory': 'js/student_profile/views/learner_profile_factory.js',
'js/views/message_banner': 'js/views/message_banner.js',
'moment': 'common/js/vendor/moment-with-locales.js',
'moment-timezone': 'common/js/vendor/moment-timezone-with-data.js'}
PLATFORM_FACEBOOK_ACCOUNT
u'http://www.facebook.com/YourPlatformFacebookAccount'
MODULESTORE
{u'default': {u'ENGINE': u'xmodule.modulestore.mixed.MixedModuleStore',
u'OPTIONS': {u'mappings': {},
u'stores': [{u'DOC_STORE_CONFIG': {u'collection': u'modulestore',
u'connectTimeoutMS': 2000,
u'db': u'edxapp',
u'host': [u'edx.devstack.mongo'],
u'password': u'password',
u'port': 27017,
u'socketTimeoutMS': 3000,
u'ssl': False,
u'user': u'edxapp'},
u'ENGINE': u'xmodule.modulestore.split_mongo.split_draft.DraftVersioningModuleStore',
u'NAME': u'split',
u'OPTIONS': {u'default_class': u'xmodule.hidden_module.HiddenDescriptor',
u'fs_root': u'/edx/var/edxapp/data',
u'render_template': u'edxmako.shortcuts.render_to_string'}},
{u'DOC_STORE_CONFIG': {u'collection': u'modulestore',
u'connectTimeoutMS': 2000,
u'db': u'edxapp',
u'host': [u'edx.devstack.mongo'],
u'password': u'password',
u'port': 27017,
u'socketTimeoutMS': 3000,
u'ssl': False,
u'user': u'edxapp'},
u'ENGINE': u'xmodule.modulestore.mongo.DraftMongoModuleStore',
u'NAME': u'draft',
u'OPTIONS': {u'default_class': u'xmodule.hidden_module.HiddenDescriptor',
u'fs_root': u'/edx/var/edxapp/data',
u'render_template': u'edxmako.shortcuts.render_to_string'}}]}}}
GOOGLE_ANALYTICS_ACCOUNT
None
MICROSITE_BACKEND
'microsite_configuration.backends.filebased.FilebasedMicrositeBackend'
CELERY_ROUTES
'lms.celery.Router'
BULK_EMAIL_LOG_SENT_EMAILS
False
FORMAT_MODULE_PATH
None
FOOTER_OPENEDX_URL
'http://open.edx.org'
PIPELINE_CSS
{'style-certificates': {'output_filename': 'css/certificates-style.css',
'source_filenames': ['certificates/css/main-ltr.css',
'css/vendor/font-awesome.css']},
'style-certificates-rtl': {'output_filename': 'css/certificates-style-rtl.css',
'source_filenames': ['certificates/css/main-rtl.css',
'css/vendor/font-awesome.css']},
'style-course': {'output_filename': 'css/lms-course.css',
'source_filenames': ['css/lms-course.css']},
'style-course-rtl': {'output_filename': 'css/lms-course-rtl.css',
'source_filenames': ['css/lms-course-rtl.css']},
'style-course-vendor': {'output_filename': 'css/lms-style-course-vendor.css',
'source_filenames': ['js/vendor/CodeMirror/codemirror.css',
'css/vendor/jquery.treeview.css',
'css/vendor/ui-lightness/jquery-ui-1.8.22.custom.css']},
'style-discussion-main': {'output_filename': 'css/discussion/lms-discussion-main.css',
'source_filenames': ['css/discussion/lms-discussion-main.css']},
'style-discussion-main-rtl': {'output_filename': 'css/discussion/lms-discussion-main-rtl.css',
'source_filenames': ['css/discussion/lms-discussion-main-rtl.css']},
'style-inline-discussion': {'output_filename': 'css/discussion/inline-discussion.css',
'source_filenames': ['css/discussion/inline-discussion.css']},
'style-inline-discussion-rtl': {'output_filename': 'css/discussion/inline-discussion-rtl.css',
'source_filenames': ['css/discussion/inline-discussion-rtl.css']},
'style-learner-dashboard': {'output_filename': 'css/lms-learner-dashboard.css',
'source_filenames': ['css/lms-learner-dashboard.css']},
'style-learner-dashboard-rtl': {'output_filename': 'css/lms-learner-dashboard-rtl.css',
'source_filenames': ['css/lms-learner-dashboard-rtl.css']},
'style-lms-footer': {'output_filename': 'css/lms-footer.css',
'source_filenames': ['css/lms-footer.css']},
'style-lms-footer-edx': {'output_filename': 'css/lms-footer-edx.css',
'source_filenames': ['css/lms-footer-edx.css']},
'style-lms-footer-edx-rtl': {'output_filename': 'css/lms-footer-edx-rtl.css',
'source_filenames': ['css/lms-footer-edx-rtl.css']},
'style-lms-footer-rtl': {'output_filename': 'css/lms-footer-rtl.css',
'source_filenames': ['css/lms-footer-rtl.css']},
'style-main-v1': {'output_filename': 'css/lms-main-v1.css',
'source_filenames': ['css/lms-main-v1.css']},
'style-main-v1-rtl': {'output_filename': 'css/lms-main-v1-rtl.css',
'source_filenames': ['css/lms-main-v1-rtl.css']},
'style-main-v2': {'output_filename': 'css/lms-main-v2.css',
'source_filenames': ['css/lms-main-v2.css']},
'style-main-v2-rtl': {'output_filename': 'css/lms-main-v2-rtl.css',
'source_filenames': ['css/lms-main-v2-rtl.css']},
'style-student-notes': {'output_filename': 'css/lms-style-student-notes.css',
'source_filenames': ['css/vendor/edxnotes/annotator.min.css']},
'style-vendor': {'output_filename': 'css/lms-style-vendor.css',
'source_filenames': ['css/vendor/font-awesome.css',
'css/vendor/jquery.qtip.min.css']},
'style-vendor-tinymce-content': {'output_filename': 'css/lms-style-vendor-tinymce-content.css',
'source_filenames': ['js/vendor/tinymce/js/tinymce/skins/studio-tmce4/content.min.css']},
'style-vendor-tinymce-skin': {'output_filename': 'css/lms-style-vendor-tinymce-skin.css',
'source_filenames': ['js/vendor/tinymce/js/tinymce/skins/studio-tmce4/skin.min.css']},
'style-xmodule-annotations': {'output_filename': 'css/lms-style-xmodule-annotations.css',
'source_filenames': ['css/vendor/ova/annotator.css',
'css/vendor/ova/edx-annotator.css',
'css/vendor/ova/video-js.min.css',
'css/vendor/ova/rangeslider.css',
'css/vendor/ova/share-annotator.css',
'css/vendor/ova/richText-annotator.css',
'css/vendor/ova/tags-annotator.css',
'css/vendor/ova/flagging-annotator.css',
'css/vendor/ova/diacritic-annotator.css',
'css/vendor/ova/grouping-annotator.css',
'css/vendor/ova/ova.css',
'js/vendor/ova/catch/css/main.css']}}
DISALLOWED_USER_AGENTS
()
STATICI18N_OUTPUT_DIR
'js/i18n'
HOMEPAGE_COURSE_MAX
9
GOOGLE_ANALYTICS_LINKEDIN
u''
FAVICON_PATH
'images/favicon.ico'
CREDIT_TASK_DEFAULT_RETRY_DELAY
30
OAUTH_OIDC_ISSUER
'http://edx.devstack.edxapp:18000/oauth2'
AUTH_DOCUMENTATION_URL
'http://course-catalog-api-guide.readthedocs.io/en/latest/authentication/index.html'
RSS_TIMEOUT
600
CELERY_MESSAGE_COMPRESSION
'gzip'
DEFAULT_GROUPS
[]
PDF_RECEIPT_DISCLAIMER_TEXT
u'ENTER YOUR RECEIPT DISCLAIMER TEXT HERE.\n'
INVOICE_CORP_ADDRESS
'Please place your corporate address\nin this configuration'
ECOMMERCE_API_URL
u'********************'
CELERY_QUEUES
{u'edx.cms.core.default': {},
u'edx.lms.core.default': {},
u'edx.lms.core.high': {},
u'edx.lms.core.high_mem': {},
u'edx.lms.core.low': {}}
DATADOG
{}
ORA2_FILE_PREFIX
u'default_env-default_deployment/ora2'
SITE_NAME
'edx.devstack.edxapp:18000'
PAYMENT_REPORT_GENERATOR_GROUP
'shoppingcart_report_access'
OPENEDX_ROOT
Path(u'/edx/app/edxapp/edx-platform/openedx')
DEFAULT_SITE_THEME
u''
ENV_TOKENS
u'********************'
NOTIFICATION_EMAIL_CSS
'templates/credit_notifications/credit_notification.css'
USE_TZ
True
SHORT_DATETIME_FORMAT
'm/d/Y P'
BADGR_BASE_URL
'http://localhost:8005'
ALLOWED_GITRELOAD_IPS
['207.97.227.253', '50.57.128.197', '108.171.174.178']
ANALYTICS_SERVER_URL
'http://127.0.0.1:9000/'
COURSE_SETTINGS
{'6.002x_Fall_2012': {'location': 'i4x://edx/6002xs12/course/6.002x_Fall_2012',
'number': '6.002x',
'title': 'Circuits and Electronics',
'xmlpath': '6002x/'}}
LANGUAGE_COOKIE_PATH
'/'
CREDIT_NOTIFICATION_CACHE_TIMEOUT
18000
REQUIRE_BUILD_PROFILE
'lms/js/build.js'
EMBARGO_SITE_REDIRECT_URL
None
TRACKING_SEGMENTIO_SOURCE_MAP
{'analytics-android': 'mobile', 'analytics-ios': 'mobile'}
MAX_FAILED_LOGIN_ATTEMPTS_ALLOWED
5
YEAR_MONTH_FORMAT
'F Y'
BROKER_USE_SSL
False
AWS_QUERYSTRING_EXPIRE
315360000
SEARCH_RESULT_PROCESSOR
'lms.lib.courseware_search.lms_result_processor.LmsSearchResultProcessor'
ENTERPRISE_API_CACHE_TIMEOUT
u'********************'
ENTERPRISE_SERVICE_WORKER_USERNAME
'enterprise_worker'
ROOT_URLCONF
'lms.urls'
LOGIN_URL
'/login'
SIMPLE_WIKI_REQUIRE_LOGIN_VIEW
False
ZENDESK_CUSTOM_FIELDS
{}
STATIC_ROOT
Path(u'/edx/var/edxapp/staticfiles')
SEARCH_SKIP_ENROLLMENT_START_DATE_FILTERING
True
CCX_MAX_STUDENTS_ALLOWED
200
MICROSITE_ROOT_DIR
Path(u'/edx/app/edxapp/edx-microsite')
ENABLE_MULTICOURSE
False
API_DOCUMENTATION_URL
u'********************'
AFFILIATE_COOKIE_NAME
u'dev_affiliate_id'
TEMPLATE_DIRS
()
BROKER_HEARTBEAT
10.0
SESSION_CACHE_ALIAS
'default'
SESSION_COOKIE_DOMAIN
u''
WIKI_CAN_CHANGE_PERMISSIONS
<function CAN_CHANGE_PERMISSIONS at 0x7ffbcba26668>
P3P_HEADER
'CP="Open EdX does not have a P3P policy."'
FILE_UPLOAD_PERMISSIONS
None
MICROSITE_DATABASE_TEMPLATE_CACHE_TTL
300
APPEND_SLASH
True
COURSE_KEY_REGEX
u'********************'
DATABASE_ROUTERS
['openedx.core.lib.django_courseware_routers.StudentModuleHistoryExtendedRouter']
BULK_EMAIL_DEFAULT_FROM_EMAIL
u'no-reply@example.com'
COPYRIGHT_YEAR
'2017'
ALTERNATE_QUEUES
[u'edx.cms.core.default']
REQUIRE_STANDALONE_MODULES
{}
HOSTNAME_MODULESTORE_DEFAULT_MAPPINGS
{u'preview.localhost': 'draft-preferred'}
SESSION_INACTIVITY_TIMEOUT_IN_SECONDS
None
OAUTH_EXPIRE_CONFIDENTIAL_CLIENT_DAYS
365
HIGH_PRIORITY_QUEUE
'edx.lms.core.high'
ANALYTICS_DATA_TOKEN
u'********************'
RETRY_ACTIVATION_EMAIL_TIMEOUT
0.5
GIT_IMPORT_STATIC
True
MIDDLEWARE_CLASSES
('crum.CurrentRequestUserMiddleware',
'request_cache.middleware.RequestCache',
'newrelic_custom_metrics.middleware.NewRelicCustomMetrics',
'mobile_api.middleware.AppVersionUpgrade',
'openedx.core.djangoapps.header_control.middleware.HeaderControlMiddleware',
'microsite_configuration.middleware.MicrositeMiddleware',
'django_comment_client.middleware.AjaxExceptionMiddleware',
'django.middleware.common.CommonMiddleware',
'django.contrib.sites.middleware.CurrentSiteMiddleware',
'django_sites_extensions.middleware.RedirectMiddleware',
'openedx.core.djangoapps.safe_sessions.middleware.SafeSessionMiddleware',
'openedx.core.djangoapps.cache_toolbox.middleware.CacheBackedAuthenticationMiddleware',
'django.contrib.auth.middleware.SessionAuthenticationMiddleware',
'student.middleware.UserStandingMiddleware',
'openedx.core.djangoapps.contentserver.middleware.StaticContentServer',
'openedx.core.djangoapps.user_api.middleware.UserTagsEventContextMiddleware',
'django.contrib.messages.middleware.MessageMiddleware',
'track.middleware.TrackMiddleware',
'corsheaders.middleware.CorsMiddleware',
'openedx.core.djangoapps.cors_csrf.middleware.CorsCSRFMiddleware',
'openedx.core.djangoapps.cors_csrf.middleware.CsrfCrossDomainCookieMiddleware',
'django.middleware.csrf.CsrfViewMiddleware',
'splash.middleware.SplashMiddleware',
'openedx.core.djangoapps.geoinfo.middleware.CountryMiddleware',
'openedx.core.djangoapps.embargo.middleware.EmbargoMiddleware',
'openedx.core.djangoapps.lang_pref.middleware.LanguagePreferenceMiddleware',
'openedx.core.djangoapps.dark_lang.middleware.DarkLangMiddleware',
'django.middleware.locale.LocaleMiddleware',
'django_comment_client.utils.ViewNameMiddleware',
'codejail.django_integration.ConfigureCodeJailMiddleware',
'ratelimitbackend.middleware.RateLimitMiddleware',
'openedx.core.djangoapps.session_inactivity_timeout.middleware.SessionInactivityTimeout',
'django.middleware.clickjacking.XFrameOptionsMiddleware',
'courseware.middleware.RedirectUnenrolledMiddleware',
'course_wiki.middleware.WikiAccessMiddleware',
'openedx.core.djangoapps.theming.middleware.CurrentSiteThemeMiddleware',
'waffle.middleware.WaffleMiddleware',
'openedx.core.djangoapps.site_configuration.middleware.SessionCookieDomainOverrideMiddleware',
'django_comment_client.utils.QueryCountDebugMiddleware',
'debug_toolbar.middleware.DebugToolbarMiddleware')
USE_I18N
True
RSS_PROXY_CACHE_TIMEOUT
3600
COURSE_DISCOVERY_MEANINGS
{'language': {'name': 'Language',
'terms': {u'aa': u'Afar',
u'ab': u'Abkhazian',
u'ae': u'Avestan',
u'af': u'Afrikaans',
u'ak': u'Akan',
u'am': u'Amharic',
u'an': u'Aragonese',
u'ar': u'Arabic',
u'as': u'Assamese',
u'av': u'Avaric',
u'ay': u'Aymara',
u'az': u'Azerbaijani',
u'ba': u'Bashkir',
u'be': u'Belarusian',
u'bg': u'Bulgarian',
u'bh': u'Bihari languages',
u'bi': u'Bislama',
u'bm': u'Bambara',
u'bn': u'Bengali',
u'bo': u'Tibetan',
u'br': u'Breton',
u'bs': u'Bosnian',
u'ca': u'Catalan',
u'ce': u'Chechen',
u'ch': u'Chamorro',
u'co': u'Corsican',
u'cr': u'Cree',
u'cs': u'Czech',
u'cu': u'Church Slavic',
u'cv': u'Chuvash',
u'cy': u'Welsh',
u'da': u'Danish',
u'de': u'German',
u'dv': u'Divehi',
u'dz': u'Dzongkha',
u'ee': u'Ewe',
u'el': u'Greek',
u'en': u'English',
u'eo': u'Esperanto',
u'es': u'Spanish',
u'et': u'Estonian',
u'eu': u'Basque',
u'fa': u'Persian',
u'ff': u'Fulah',
u'fi': u'Finnish',
u'fj': u'Fijian',
u'fo': u'Faroese',
u'fr': u'French',
u'fy': u'Western Frisian',
u'ga': u'Irish',
u'gd': u'Gaelic',
u'gl': u'Galician',
u'gn': u'Guarani',
u'gu': u'Gujarati',
u'gv': u'Manx',
u'ha': u'Hausa',
u'he': u'Hebrew',
u'hi': u'Hindi',
u'ho': u'Hiri Motu',
u'hr': u'Croatian',
u'ht': u'Haitian',
u'hu': u'Hungarian',
u'hy': u'Armenian',
u'hz': u'Herero',
u'ia': u'Interlingua',
u'id': u'Indonesian',
u'ie': u'Interlingue',
u'ig': u'Igbo',
u'ii': u'Sichuan Yi',
u'ik': u'Inupiaq',
u'io': u'Ido',
u'is': u'Icelandic',
u'it': u'Italian',
u'iu': u'Inuktitut',
u'ja': u'Japanese',
u'jv': u'Javanese',
u'ka': u'Georgian',
u'kg': u'Kongo',
u'ki': u'Kikuyu',
u'kj': u'Kuanyama',
u'kk': u'Kazakh',
u'kl': u'Kalaallisut',
u'km': u'Central Khmer',
u'kn': u'Kannada',
u'ko': u'Korean',
u'kr': u'Kanuri',
u'ks': u'Kashmiri',
u'ku': u'Kurdish',
u'kv': u'Komi',
u'kw': u'Cornish',
u'ky': u'Kirghiz',
u'la': u'Latin',
u'lb': u'Luxembourgish',
u'lg': u'Ganda',
u'li': u'Limburgan',
u'ln': u'Lingala',
u'lo': u'Lao',
u'lt': u'Lithuanian',
u'lu': u'Luba-Katanga',
u'lv': u'Latvian',
u'mg': u'Malagasy',
u'mh': u'Marshallese',
u'mi': u'Maori',
u'mk': u'Macedonian',
u'ml': u'Malayalam',
u'mn': u'Mongolian',
u'mr': u'Marathi',
u'ms': u'Malay',
u'mt': u'Maltese',
u'my': u'Burmese',
u'na': u'Nauru',
u'nb': u'Bokm\xe5l, Norwegian',
u'nd': u'Ndebele, North',
u'ne': u'Nepali',
u'ng': u'Ndonga',
u'nl': u'Dutch',
u'nn': u'Norwegian Nynorsk',
u'no': u'Norwegian',
u'nr': u'Ndebele, South',
u'nv': u'Navajo',
u'ny': u'Chichewa',
u'oc': u'Occitan',
u'oj': u'Ojibwa',
u'om': u'Oromo',
u'or': u'Oriya',
u'os': u'Ossetian',
u'pa': u'Panjabi',
u'pi': u'Pali',
u'pl': u'Polish',
u'ps': u'Pushto',
u'pt': u'Portuguese',
u'qu': u'Quechua',
u'rm': u'Romansh',
u'rn': u'Rundi',
u'ro': u'Romanian',
u'ru': u'Russian',
u'rw': u'Kinyarwanda',
u'sa': u'Sanskrit',
u'sc': u'Sardinian',
u'sd': u'Sindhi',
u'se': u'Northern Sami',
u'sg': u'Sango',
u'si': u'Sinhala',
u'sk': u'Slovak',
u'sl': u'Slovenian',
u'sm': u'Samoan',
u'sn': u'Shona',
u'so': u'Somali',
u'sq': u'Albanian',
u'sr': u'Serbian',
u'ss': u'Swati',
u'st': u'Sotho, Southern',
u'su': u'Sundanese',
u'sv': u'Swedish',
u'sw': u'Swahili',
u'ta': u'Tamil',
u'te': u'Telugu',
u'tg': u'Tajik',
u'th': u'Thai',
u'ti': u'Tigrinya',
u'tk': u'Turkmen',
u'tl': u'Tagalog',
u'tn': u'Tswana',
u'to': u'Tonga (Tonga Islands)',
u'tr': u'Turkish',
u'ts': u'Tsonga',
u'tt': u'Tatar',
u'tw': u'Twi',
u'ty': u'Tahitian',
u'ug': u'Uighur',
u'uk': u'Ukrainian',
u'ur': u'Urdu',
u'uz': u'Uzbek',
u've': u'Venda',
u'vi': u'Vietnamese',
u'vo': u'Volap\xfck',
u'wa': u'Walloon',
u'wo': u'Wolof',
u'xh': u'Xhosa',
u'yi': u'Yiddish',
u'yo': u'Yoruba',
u'za': u'Zhuang',
u'zh': u'Chinese',
u'zh_HANS': u'Simplified Chinese',
u'zh_HANT': u'Traditional Chinese',
u'zu': u'Zulu'}},
'modes': {'name': 'Course Type',
'terms': {'honor': 'Honor', 'verified': 'Verified'}},
'org': {'name': 'Organization'}}
LANGUAGE_COOKIE_NAME
'django_language'
SEARCH_ENGINE
'search.elastic.ElasticSearchEngine'
PIPELINE_ENABLED
False
COMPREHENSIVE_THEME_DIRS
[u'']
CELERYD_HIJACK_ROOT_LOGGER
False
FILE_UPLOAD_STORAGE_PREFIX
u'submissions_attachments'
WSGI_APPLICATION
None
STATICI18N_ROOT
Path(u'/edx/app/edxapp/edx-platform/lms/static')
ALL_LANGUAGES
([u'aa', u'Afar'],
[u'ab', u'Abkhazian'],
[u'af', u'Afrikaans'],
[u'ak', u'Akan'],
[u'sq', u'Albanian'],
[u'am', u'Amharic'],
[u'ar', u'Arabic'],
[u'an', u'Aragonese'],
[u'hy', u'Armenian'],
[u'as', u'Assamese'],
[u'av', u'Avaric'],
[u'ae', u'Avestan'],
[u'ay', u'Aymara'],
[u'az', u'Azerbaijani'],
[u'ba', u'Bashkir'],
[u'bm', u'Bambara'],
[u'eu', u'Basque'],
[u'be', u'Belarusian'],
[u'bn', u'Bengali'],
[u'bh', u'Bihari languages'],
[u'bi', u'Bislama'],
[u'bs', u'Bosnian'],
[u'br', u'Breton'],
[u'bg', u'Bulgarian'],
[u'my', u'Burmese'],
[u'ca', u'Catalan'],
[u'ch', u'Chamorro'],
[u'ce', u'Chechen'],
[u'zh', u'Chinese'],
[u'zh_HANS', u'Simplified Chinese'],
[u'zh_HANT', u'Traditional Chinese'],
[u'cu', u'Church Slavic'],
[u'cv', u'Chuvash'],
[u'kw', u'Cornish'],
[u'co', u'Corsican'],
[u'cr', u'Cree'],
[u'cs', u'Czech'],
[u'da', u'Danish'],
[u'dv', u'Divehi'],
[u'nl', u'Dutch'],
[u'dz', u'Dzongkha'],
[u'en', u'English'],
[u'eo', u'Esperanto'],
[u'et', u'Estonian'],
[u'ee', u'Ewe'],
[u'fo', u'Faroese'],
[u'fj', u'Fijian'],
[u'fi', u'Finnish'],
[u'fr', u'French'],
[u'fy', u'Western Frisian'],
[u'ff', u'Fulah'],
[u'ka', u'Georgian'],
[u'de', u'German'],
[u'gd', u'Gaelic'],
[u'ga', u'Irish'],
[u'gl', u'Galician'],
[u'gv', u'Manx'],
[u'el', u'Greek'],
[u'gn', u'Guarani'],
[u'gu', u'Gujarati'],
[u'ht', u'Haitian'],
[u'ha', u'Hausa'],
[u'he', u'Hebrew'],
[u'hz', u'Herero'],
[u'hi', u'Hindi'],
[u'ho', u'Hiri Motu'],
[u'hr', u'Croatian'],
[u'hu', u'Hungarian'],
[u'ig', u'Igbo'],
[u'is', u'Icelandic'],
[u'io', u'Ido'],
[u'ii', u'Sichuan Yi'],
[u'iu', u'Inuktitut'],
[u'ie', u'Interlingue'],
[u'ia', u'Interlingua'],
[u'id', u'Indonesian'],
[u'ik', u'Inupiaq'],
[u'it', u'Italian'],
[u'jv', u'Javanese'],
[u'ja', u'Japanese'],
[u'kl', u'Kalaallisut'],
[u'kn', u'Kannada'],
[u'ks', u'Kashmiri'],
[u'kr', u'Kanuri'],
[u'kk', u'Kazakh'],
[u'km', u'Central Khmer'],
[u'ki', u'Kikuyu'],
[u'rw', u'Kinyarwanda'],
[u'ky', u'Kirghiz'],
[u'kv', u'Komi'],
[u'kg', u'Kongo'],
[u'ko', u'Korean'],
[u'kj', u'Kuanyama'],
[u'ku', u'Kurdish'],
[u'lo', u'Lao'],
[u'la', u'Latin'],
[u'lv', u'Latvian'],
[u'li', u'Limburgan'],
[u'ln', u'Lingala'],
[u'lt', u'Lithuanian'],
[u'lb', u'Luxembourgish'],
[u'lu', u'Luba-Katanga'],
[u'lg', u'Ganda'],
[u'mk', u'Macedonian'],
[u'mh', u'Marshallese'],
[u'ml', u'Malayalam'],
[u'mi', u'Maori'],
[u'mr', u'Marathi'],
[u'ms', u'Malay'],
[u'mg', u'Malagasy'],
[u'mt', u'Maltese'],
[u'mn', u'Mongolian'],
[u'na', u'Nauru'],
[u'nv', u'Navajo'],
[u'nr', u'Ndebele, South'],
[u'nd', u'Ndebele, North'],
[u'ng', u'Ndonga'],
[u'ne', u'Nepali'],
[u'nn', u'Norwegian Nynorsk'],
[u'nb', u'Bokm\xe5l, Norwegian'],
[u'no', u'Norwegian'],
[u'ny', u'Chichewa'],
[u'oc', u'Occitan'],
[u'oj', u'Ojibwa'],
[u'or', u'Oriya'],
[u'om', u'Oromo'],
[u'os', u'Ossetian'],
[u'pa', u'Panjabi'],
[u'fa', u'Persian'],
[u'pi', u'Pali'],
[u'pl', u'Polish'],
[u'pt', u'Portuguese'],
[u'ps', u'Pushto'],
[u'qu', u'Quechua'],
[u'rm', u'Romansh'],
[u'ro', u'Romanian'],
[u'rn', u'Rundi'],
[u'ru', u'Russian'],
[u'sg', u'Sango'],
[u'sa', u'Sanskrit'],
[u'si', u'Sinhala'],
[u'sk', u'Slovak'],
[u'sl', u'Slovenian'],
[u'se', u'Northern Sami'],
[u'sm', u'Samoan'],
[u'sn', u'Shona'],
[u'sd', u'Sindhi'],
[u'so', u'Somali'],
[u'st', u'Sotho, Southern'],
[u'es', u'Spanish'],
[u'sc', u'Sardinian'],
[u'sr', u'Serbian'],
[u'ss', u'Swati'],
[u'su', u'Sundanese'],
[u'sw', u'Swahili'],
[u'sv', u'Swedish'],
[u'ty', u'Tahitian'],
[u'ta', u'Tamil'],
[u'tt', u'Tatar'],
[u'te', u'Telugu'],
[u'tg', u'Tajik'],
[u'tl', u'Tagalog'],
[u'th', u'Thai'],
[u'bo', u'Tibetan'],
[u'ti', u'Tigrinya'],
[u'to', u'Tonga (Tonga Islands)'],
[u'tn', u'Tswana'],
[u'ts', u'Tsonga'],
[u'tk', u'Turkmen'],
[u'tr', u'Turkish'],
[u'tw', u'Twi'],
[u'ug', u'Uighur'],
[u'uk', u'Ukrainian'],
[u'ur', u'Urdu'],
[u'uz', u'Uzbek'],
[u've', u'Venda'],
[u'vi', u'Vietnamese'],
[u'vo', u'Volap\xfck'],
[u'cy', u'Welsh'],
[u'wa', u'Walloon'],
[u'wo', u'Wolof'],
[u'xh', u'Xhosa'],
[u'yi', u'Yiddish'],
[u'yo', u'Yoruba'],
[u'za', u'Zhuang'],
[u'zu', u'Zulu'])
CONFIG_PREFIX
'lms.'
CREDIT_TASK_MAX_RETRIES
5
USE_ETAGS
False
HIGH_MEM_QUEUE
'edx.lms.core.high_mem'
SECURE_SSL_HOST
None
PIPELINE_DISABLE_WRAPPER
True
VIRTUAL_UNIVERSITIES
[]
ENV_FEATURES
{u'AUTH_USE_OPENID_PROVIDER': True,
u'AUTOMATIC_AUTH_FOR_TESTING': False,
u'CUSTOM_COURSES_EDX': False,
u'ENABLE_COMBINED_LOGIN_REGISTRATION': True,
u'ENABLE_CORS_HEADERS': False,
u'ENABLE_COUNTRY_ACCESS': False,
u'ENABLE_CREDIT_API': u'********************',
u'ENABLE_CREDIT_ELIGIBILITY': False,
u'ENABLE_CROSS_DOMAIN_CSRF_COOKIE': False,
u'ENABLE_CSMH_EXTENDED': True,
u'ENABLE_DISCUSSION_HOME_PANEL': True,
u'ENABLE_DISCUSSION_SERVICE': True,
u'ENABLE_EDXNOTES': False,
u'ENABLE_GRADE_DOWNLOADS': True,
u'ENABLE_INSTRUCTOR_ANALYTICS': False,
u'ENABLE_MKTG_SITE': False,
u'ENABLE_MOBILE_REST_API': u'********************',
u'ENABLE_OAUTH2_PROVIDER': False,
u'ENABLE_ONLOAD_BEACON': False,
u'ENABLE_READING_FROM_MULTIPLE_HISTORY_TABLES': True,
u'ENABLE_SPECIAL_EXAMS': False,
u'ENABLE_SYSADMIN_DASHBOARD': False,
u'ENABLE_THIRD_PARTY_AUTH': False,
u'ENABLE_VIDEO_BEACON': False,
u'ENABLE_VIDEO_UPLOAD_PIPELINE': False,
u'PREVIEW_LMS_BASE': u'preview.localhost:18000',
u'USE_CUSTOM_THEME': False}
DEFAULT_TEMPLATE_ENGINE
{'APP_DIRS': False,
'BACKEND': 'django.template.backends.django.DjangoTemplates',
'DIRS': [Path(u'/edx/app/edxapp/edx-platform/lms/templates'),
Path(u'/edx/app/edxapp/edx-platform/common/templates'),
Path(u'/edx/app/edxapp/edx-platform/common/lib/capa/capa/templates'),
Path(u'/edx/app/edxapp/edx-platform/common/djangoapps/pipeline_mako/templates'),
Path(u'/edx/app/edxapp/edx-platform/common/static')],
'OPTIONS': {'context_processors': ['django.template.context_processors.request',
'django.template.context_processors.static',
'django.contrib.messages.context_processors.messages',
'django.template.context_processors.i18n',
'django.contrib.auth.context_processors.auth',
'django.template.context_processors.csrf',
'django.template.context_processors.media',
'django.template.context_processors.tz',
'django.contrib.messages.context_processors.messages',
'sekizai.context_processors.sekizai',
'edxmako.shortcuts.marketing_link_context_processor',
'shoppingcart.context_processor.user_has_cart_context_processor',
'courseware.context_processor.user_timezone_locale_prefs',
'edxmako.shortcuts.footer_context_processor',
'context_processors.doc_url',
'openedx.core.djangoapps.site_configuration.context_processors.configuration_context'],
'debug': True,
'loaders': ['openedx.core.djangoapps.theming.template_loaders.ThemeTemplateLoader',
'edxmako.makoloader.MakoFilesystemLoader',
'edxmako.makoloader.MakoAppDirectoriesLoader']}}
PREPEND_WWW
False
PASSWORD_DICTIONARY_EDIT_DISTANCE_THRESHOLD
u'********************'
FACEBOOK_APP_ID
u'FACEBOOK_APP_ID'
WIKI_ENABLED
True
PROFILE_IMAGE_DEFAULT_FILENAME
'images/profiles/default'
EMAIL_FILE_PATH
None
CODE_JAIL
{'limits': {'CPU': 1,
u'FSIZE': 1048576,
u'PROXY': 0,
u'REALTIME': 3,
u'VMEM': 536870912},
'python_bin': u'',
'user': u'sandbox'}
AWS_QUERYSTRING_AUTH
False
HTTPS
'off'
PRESS_EMAIL
u'press@example.com'
ENV_ROOT
Path(u'/edx/app/edxapp')
PUBLIC_RSA_KEY
u'********************'
GEOIP_PATH
Path(u'/edx/app/edxapp/edx-platform/common/static/data/geoip/GeoIP.dat')
BADGR_API_TOKEN
u'********************'
XBLOCK_FIELD_DATA_WRAPPERS
('lms.djangoapps.courseware.field_overrides:OverrideModulestoreFieldData.wrap',)
EMAIL_HOST_PASSWORD
u'********************'
FIELD_OVERRIDE_PROVIDERS
()
PASSWORD_RESET_TIMEOUT_DAYS
u'********************'
TRACKING_BACKENDS
{'logger': {'ENGINE': 'track.backends.logger.LoggerBackend',
'OPTIONS': {'name': 'tracking'}}}
COURSE_CATALOG_API_URL
u'********************'
DISCUSSION_ALLOWED_UPLOAD_FILE_TYPES
('.jpg', '.jpeg', '.gif', '.bmp', '.png', '.tiff')
SESSION_ENGINE
'django.contrib.sessions.backends.cache'
BADGING_BACKEND
'badges.backends.badgr.BadgrBackend'
NOTES_DISABLED_TABS
['course_structure', 'tags']
GIT_REPO_DIR
u'/edx/var/edxapp/course_repos'
XBLOCK_MIXINS
(<class 'lms.djangoapps.lms_xblock.mixin.LmsBlockMixin'>,
<class 'xmodule.modulestore.inheritance.InheritanceMixin'>,
<class 'xmodule.x_module.XModuleMixin'>,
<class 'xmodule.modulestore.edit_info.EditInfoMixin'>)
REGISTRATION_EXTENSION_FORM
None
REQUIRE_EXCLUDE
('build.txt',)
PIPELINE_UGLIFYJS_BINARY
'node_modules/.bin/uglifyjs'
MIGRATION_MODULES
{}
COURSE_DEFAULT
'6.002x_Fall_2012'
TRACKING_IGNORE_URL_PATTERNS
['^/event', '^/login', '^/heartbeat', '^/segmentio/event', '^/performance']
DISCUSSION_SETTINGS
{'MAX_COMMENT_DEPTH': 2}
FOOTER_OPENEDX_LOGO_IMAGE
'https://files.edx.org/openedx-logos/edx-openedx-logo-tag.png'
SECURE_BROWSER_XSS_FILTER
False
COMMENTS_SERVICE_URL
u'http://localhost:18080'
ECOMMERCE_SERVICE_WORKER_USERNAME
'ecommerce_worker'
PIPELINE_COMPILE_INPLACE
True
STATUS_MESSAGE_PATH
Path(u'/edx/app/edxapp/status_message.json')
DEFAULT_ENTERPRISE_API_URL
u'********************'
JWT_AUTH
{'JWT_ALGORITHM': 'HS256',
'JWT_AUDIENCE': 'lms-key',
'JWT_DECODE_HANDLER': 'edx_rest_framework_extensions.utils.jwt_decode_handler',
'JWT_EXPIRATION': 30,
'JWT_ISSUER': 'http://edx.devstack.edxapp:18000/oauth2',
'JWT_LEEWAY': 1,
'JWT_PAYLOAD_GET_USERNAME_HANDLER': <function <lambda> at 0x7ffbcc658230>,
u'JWT_SECRET_KEY': u'********************',
'JWT_VERIFY_EXPIRATION': True}
CREDIT_PROVIDER_TIMESTAMP_EXPIRATION
900
DEFAULT_EXCEPTION_REPORTER_FILTER
'django.views.debug.SafeExceptionReporterFilter'
ADMINS
()
WIKI_ACCOUNT_HANDLING
False
BROKER_HEARTBEAT_CHECKRATE
2
DATETIME_FORMAT
'N j, Y, P'
API_ACCESS_MANAGER_EMAIL
u'********************'
REDIRECT_CACHE_TIMEOUT
None
BADGR_ISSUER_SLUG
'example-issuer'
REQUIRE_DEBUG
True
ZENDESK_URL
u''
OPENID_DOMAIN_PREFIX
'openid:'
MONGODB_LOG
{}
PASSWORD_MAX_LENGTH
u'********************'
XBLOCK_SELECT_FUNCTION
<function prefer_xmodules at 0x7ffbcc6b30c8>
CREDIT_HELP_LINK_URL
u''
SSL_AUTH_DN_FORMAT_STRING
'/C=US/ST=Massachusetts/O=Massachusetts Institute of Technology/OU=Client CA v1/CN={0}/emailAddress={1}'
EDXNOTES_CONNECT_TIMEOUT
0.5
TEMPLATES
[{'APP_DIRS': False,
'BACKEND': 'django.template.backends.django.DjangoTemplates',
'DIRS': [Path(u'/edx/app/edxapp/edx-platform/lms/templates'),
Path(u'/edx/app/edxapp/edx-platform/common/templates'),
Path(u'/edx/app/edxapp/edx-platform/common/lib/capa/capa/templates'),
Path(u'/edx/app/edxapp/edx-platform/common/djangoapps/pipeline_mako/templates'),
Path(u'/edx/app/edxapp/edx-platform/common/static')],
'OPTIONS': {'context_processors': ['django.template.context_processors.request',
'django.template.context_processors.static',
'django.contrib.messages.context_processors.messages',
'django.template.context_processors.i18n',
'django.contrib.auth.context_processors.auth',
'django.template.context_processors.csrf',
'django.template.context_processors.media',
'django.template.context_processors.tz',
'django.contrib.messages.context_processors.messages',
'sekizai.context_processors.sekizai',
'edxmako.shortcuts.marketing_link_context_processor',
'shoppingcart.context_processor.user_has_cart_context_processor',
'courseware.context_processor.user_timezone_locale_prefs',
'edxmako.shortcuts.footer_context_processor',
'context_processors.doc_url',
'openedx.core.djangoapps.site_configuration.context_processors.configuration_context'],
'debug': True,
'loaders': ['openedx.core.djangoapps.theming.template_loaders.ThemeTemplateLoader',
'edxmako.makoloader.MakoFilesystemLoader',
'edxmako.makoloader.MakoAppDirectoriesLoader']}}]
MOBILE_APP_USER_AGENT_REGEXES
['edX/org.edx.mobile']
PDF_RECEIPT_TAX_ID_LABEL
u'fake Tax ID'
PDF_RECEIPT_TERMS_AND_CONDITIONS
u'Enter your receipt terms and conditions here.\n'
DEFAULT_TABLESPACE
''
JASMINE_TEST_DIRECTORY
Path(u'/edx/app/edxapp/edx-platform/lms/static/coffee')
ACCOUNT_VISIBILITY_CONFIGURATION
{'admin_fields': ['username',
'email',
'date_joined',
'is_active',
'bio',
'country',
'profile_image',
'language_proficiencies',
'name',
'gender',
'goals',
'year_of_birth',
'level_of_education',
'mailing_address',
'requires_parental_consent',
'account_privacy',
'accomplishments_shared'],
'default_visibility': 'all_users',
'public_fields': ['username', 'profile_image', 'account_privacy'],
'shareable_fields': ['username',
'profile_image',
'country',
'time_zone',
'language_proficiencies',
'bio',
'account_privacy',
'accomplishments_shared']}
SETTINGS_MODULE
'lms.envs.devstack_docker'
OAUTH_ID_TOKEN_EXPIRATION
u'********************'
LANGUAGES
(('en', u'English'),
('rtl', u'Right-to-Left Test Language'),
('eo', u'Dummy Language (Esperanto)'),
('fake2', u'Fake translations'),
('am', u'\u12a0\u121b\u122d\u129b'),
('ar', u'\u0627\u0644\u0639\u0631\u0628\u064a\u0629'),
('az', u'az\u0259rbaycanca'),
('bg-bg',
u'\u0431\u044a\u043b\u0433\u0430\u0440\u0441\u043a\u0438 (\u0411\u044a\u043b\u0433\u0430\u0440\u0438\u044f)'),
('bn-bd',
u'\u09ac\u09be\u0982\u09b2\u09be (\u09ac\u09be\u0982\u09b2\u09be\u09a6\u09c7\u09b6)'),
('bn-in', u'\u09ac\u09be\u0982\u09b2\u09be (\u09ad\u09be\u09b0\u09a4)'),
('bs', u'bosanski'),
('ca', u'Catal\xe0'),
('ca@valencia', u'Catal\xe0 (Val\xe8ncia)'),
('cs', u'\u010ce\u0161tina'),
('cy', u'Cymraeg'),
('da', u'dansk'),
('de-de', u'Deutsch (Deutschland)'),
('el', u'\u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac'),
('en-uk', u'English (United Kingdom)'),
('en@lolcat', u'LOLCAT English'),
('en@pirate', u'Pirate English'),
('es-419', u'Espa\xf1ol (Latinoam\xe9rica)'),
('es-ar', u'Espa\xf1ol (Argentina)'),
('es-ec', u'Espa\xf1ol (Ecuador)'),
('es-es', u'Espa\xf1ol (Espa\xf1a)'),
('es-mx', u'Espa\xf1ol (M\xe9xico)'),
('es-pe', u'Espa\xf1ol (Per\xfa)'),
('et-ee', u'Eesti (Eesti)'),
('eu-es', u'euskara (Espainia)'),
('fa', u'\u0641\u0627\u0631\u0633\u06cc'),
('fa-ir', u'\u0641\u0627\u0631\u0633\u06cc (\u0627\u06cc\u0631\u0627\u0646)'),
('fi-fi', u'Suomi (Suomi)'),
('fil', u'Filipino'),
('fr', u'Fran\xe7ais'),
('gl', u'Galego'),
('gu', u'\u0a97\u0ac1\u0a9c\u0ab0\u0abe\u0aa4\u0ac0'),
('he', u'\u05e2\u05d1\u05e8\u05d9\u05ea'),
('hi', u'\u0939\u093f\u0928\u094d\u0926\u0940'),
('hr', u'hrvatski'),
('hu', u'magyar'),
('hy-am',
u'\u0540\u0561\u0575\u0565\u0580\u0565\u0576 (\u0540\u0561\u0575\u0561\u057d\u057f\u0561\u0576)'),
('id', u'Bahasa Indonesia'),
('it-it', u'Italiano (Italia)'),
('ja-jp', u'\u65e5\u672c\u8a9e (\u65e5\u672c)'),
('kk-kz',
u'\u049b\u0430\u0437\u0430\u049b \u0442\u0456\u043b\u0456 (\u049a\u0430\u0437\u0430\u049b\u0441\u0442\u0430\u043d)'),
('km-kh',
u'\u1797\u17b6\u179f\u17b6\u1781\u17d2\u1798\u17c2\u179a (\u1780\u1798\u17d2\u1796\u17bb\u1787\u17b6)'),
('kn', u'\u0c95\u0ca8\u0ccd\u0ca8\u0ca1'),
('ko-kr', u'\ud55c\uad6d\uc5b4 (\ub300\ud55c\ubbfc\uad6d)'),
('lt-lt', u'Lietuvi\u0173 (Lietuva)'),
('ml', u'\u0d2e\u0d32\u0d2f\u0d3e\u0d33\u0d02'),
('mn', u'\u041c\u043e\u043d\u0433\u043e\u043b \u0445\u044d\u043b'),
('mr', u'\u092e\u0930\u093e\u0920\u0940'),
('ms', u'Bahasa Melayu'),
('nb', u'Norsk bokm\xe5l'),
('ne', u'\u0928\u0947\u092a\u093e\u0932\u0940'),
('nl-nl', u'Nederlands (Nederland)'),
('or', u'\u0b13\u0b21\u0b3c\u0b3f\u0b06'),
('pl', u'Polski'),
('pt-br', u'Portugu\xeas (Brasil)'),
('pt-pt', u'Portugu\xeas (Portugal)'),
('ro', u'rom\xe2n\u0103'),
('ru', u'\u0420\u0443\u0441\u0441\u043a\u0438\u0439'),
('si', u'\u0dc3\u0dd2\u0d82\u0dc4\u0dbd'),
('sk', u'Sloven\u010dina'),
('sl', u'Sloven\u0161\u010dina'),
('sq', u'shqip'),
('sr', u'\u0421\u0440\u043f\u0441\u043a\u0438'),
('sv', u'svenska'),
('sw', u'Kiswahili'),
('ta', u'\u0ba4\u0bae\u0bbf\u0bb4\u0bcd'),
('te', u'\u0c24\u0c46\u0c32\u0c41\u0c17\u0c41'),
('th', u'\u0e44\u0e17\u0e22'),
('tr-tr', u'T\xfcrk\xe7e (T\xfcrkiye)'),
('uk', u'\u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u0430'),
('ur', u'\u0627\u0631\u062f\u0648'),
('vi', u'Ti\u1ebfng Vi\u1ec7t'),
('uz', u'\u040e\u0437\u0431\u0435\u043a'),
('zh-cn', u'\u4e2d\u6587 (\u7b80\u4f53)'),
('zh-hk', u'\u4e2d\u6587 (\u9999\u6e2f)'),
('zh-tw', u'\u4e2d\u6587 (\u53f0\u7063)'))
COURSE_ID_PATTERN
'(?P<course_id>[^/+]+(/|\\+)[^/+]+(/|\\+)[^/?]+)'
CSRF_COOKIE_AGE
31449600
EDXNOTES_READ_TIMEOUT
1.5
ANALYTICS_DATA_URL
u''
CELERY_EVENT_QUEUE_TTL
None
TIME_ZONE_DISPLAYED_FOR_DEADLINES
'UTC'
PDF_RECEIPT_FOOTER_TEXT
u'Enter your receipt footer text here.\n'
CONFIG_ROOT
Path(u'/edx/app/edxapp')
ABSOLUTE_URL_OVERRIDES
{}
BUGS_EMAIL
u'bugs@example.com'
CELERYBEAT_SCHEDULE
{}
SHIBBOLETH_DOMAIN_PREFIX
'shib:'
BOOK_URL
u''
CACHE_MIDDLEWARE_SECONDS
600
CSRF_COOKIE_HTTPONLY
False
AUTH_TOKENS
u'********************'
EMAIL_HOST_USER
u''
BLOCK_STRUCTURES_SETTINGS
{u'COURSE_PUBLISH_TASK_DELAY': 30,
u'TASK_DEFAULT_RETRY_DELAY': 30,
u'TASK_MAX_RETRIES': 5}
CELERY_STORE_ERRORS_EVEN_IF_IGNORED
True
TRACKING_SEGMENTIO_WEBHOOK_SECRET
u'********************'
EDX_ROOT_URL
''
CSRF_COOKIE_SECURE
False
CELERY_TRACK_STARTED
True
ALTERNATE_QUEUE_ENVS
[u'cms']
CONTENTSTORE
{u'ADDITIONAL_OPTIONS': {},
u'DOC_STORE_CONFIG': {u'collection': u'modulestore',
u'connectTimeoutMS': 2000,
u'db': u'edxapp',
u'host': [u'edx.devstack.mongo'],
u'password': u'password',
u'port': 27017,
u'socketTimeoutMS': 3000,
u'ssl': False,
u'user': u'edxapp'},
u'ENGINE': u'xmodule.contentstore.mongo.MongoContentStore',
u'OPTIONS': {u'db': u'edxapp',
u'host': [u'edx.devstack.mongo'],
u'password': u'password',
u'port': 27017,
u'ssl': False,
u'user': u'edxapp'}}
BULK_EMAIL_RETRY_DELAY_BETWEEN_SENDS
0.02
CELERY_DEFAULT_EXCHANGE_TYPE
'direct'
MAX_FAILED_LOGIN_ATTEMPTS_LOCKOUT_PERIOD_SECS
900
OPTIMIZELY_PROJECT_ID
None
BULK_EMAIL_MAX_RETRIES
5
DEV_CONTENT
True
CELERY_RESULT_SERIALIZER
'json'
CELERY_IMPORTS
('openedx.core.djangoapps.programs.tasks.v1.tasks',)
AWS_STORAGE_BUCKET_NAME
u'SET-ME-PLEASE (ex. bucket-name)'
COUNTRIES_OVERRIDE
{'TW': 'Taiwan',
'XK': <django.utils.functional.__proxy__ object at 0x7ffbcc6483d0>}
FILE_UPLOAD_DIRECTORY_PERMISSIONS
None
PASSWORD_COMPLEXITY
u'********************'
CC_PROCESSOR_NAME
'CyberSource2'
FILE_UPLOAD_HANDLERS
('django.core.files.uploadhandler.MemoryFileUploadHandler',
'django.core.files.uploadhandler.TemporaryFileUploadHandler')
PIPELINE_JS
{'application': {'output_filename': 'js/lms-application.js',
'source_filenames': ['common/js/xblock/core.js',
'common/js/xblock/runtime.v1.js',
'lms/js/xblock/lms.runtime.v1.js',
'js/src/utility.js',
'js/src/logger.js',
'js/my_courses_dropdown.js',
'js/dialog_tab_controls.js',
'js/src/string_utils.js',
'js/form.ext.js',
'js/src/ie_shim.js',
'js/src/accessibility_tools.js',
'js/toggle_login_modal.js',
'js/src/lang_edx.js',
'js/sticky_filter.js',
'js/query-params.js',
'common/js/vendor/moment-with-locales.js',
'common/js/vendor/moment-timezone-with-data.js']},
'base_application': {'output_filename': 'js/lms-base-application.js',
'source_filenames': ['js/src/utility.js',
'js/src/logger.js',
'js/my_courses_dropdown.js',
'js/dialog_tab_controls.js',
'js/src/string_utils.js',
'js/form.ext.js',
'js/src/ie_shim.js',
'js/src/accessibility_tools.js',
'js/toggle_login_modal.js',
'js/src/lang_edx.js']},
'base_vendor': {'output_filename': 'js/lms-base-vendor.js',
'source_filenames': ['common/js/vendor/jquery.js',
'common/js/vendor/jquery-migrate.js',
'js/vendor/jquery.cookie.js',
'js/vendor/url.min.js',
'common/js/vendor/underscore.js',
'common/js/vendor/underscore.string.js',
'common/js/vendor/picturefill.js',
'edx-ui-toolkit/js/utils/global-loader.js',
'edx-ui-toolkit/js/utils/string-utils.js',
'edx-ui-toolkit/js/utils/html-utils.js',
'common/js/vendor/require.js',
'js/RequireJS-namespace-undefine.js',
'js/vendor/URI.min.js',
'common/js/vendor/backbone.js']},
'ccx': {'output_filename': 'js/ccx.js',
'source_filenames': [u'js/ccx/schedule.js']},
'certificates_wv': {'output_filename': 'js/certificates/web_view.js',
'source_filenames': ['common/js/vendor/jquery.js',
'common/js/vendor/jquery-migrate.js',
'js/vendor/jquery.cookie.js',
'js/src/logger.js',
'js/utils/facebook.js']},
'courseware': {'output_filename': 'js/lms-courseware.js',
'source_filenames': ['coffee/src/courseware.js',
'coffee/src/histogram.js',
'coffee/src/navigation.js',
'js/ajax-error.js']},
'credit_wv': {'output_filename': 'js/credit/web_view.js',
'source_filenames': ['common/js/vendor/jquery.js',
'common/js/vendor/jquery-migrate.js',
'js/vendor/jquery.cookie.js',
'js/src/logger.js']},
'dashboard': {'output_filename': 'js/dashboard.js',
'source_filenames': [u'js/dashboard/credit.js',
u'js/dashboard/donation.js',
u'js/dashboard/dropdown.js',
u'js/dashboard/legacy.js',
u'js/dashboard/track_events.js']},
'discussion': {'output_filename': 'js/discussion.js',
'source_filenames': [u'common/js/discussion/mathjax_include.js',
u'common/js/discussion/content.js',
u'common/js/discussion/discussion.js',
u'common/js/discussion/mathjax_include.js',
u'common/js/discussion/models/discussion_course_settings.js',
u'common/js/discussion/models/discussion_user.js',
u'common/js/discussion/utils.js',
u'common/js/discussion/views/discussion_content_view.js',
u'common/js/discussion/views/discussion_inline_view.js',
u'common/js/discussion/views/discussion_thread_edit_view.js',
u'common/js/discussion/views/discussion_thread_list_view.js',
u'common/js/discussion/views/discussion_thread_profile_view.js',
u'common/js/discussion/views/discussion_thread_show_view.js',
u'common/js/discussion/views/discussion_thread_view.js',
u'common/js/discussion/views/discussion_topic_menu_view.js',
u'common/js/discussion/views/new_post_view.js',
u'common/js/discussion/views/response_comment_edit_view.js',
u'common/js/discussion/views/response_comment_show_view.js',
u'common/js/discussion/views/response_comment_view.js',
u'common/js/discussion/views/thread_response_edit_view.js',
u'common/js/discussion/views/thread_response_show_view.js',
u'common/js/discussion/views/thread_response_view.js']},
'discussion_vendor': {'output_filename': 'js/discussion_vendor.js',
'source_filenames': ['js/Markdown.Converter.js',
'js/Markdown.Sanitizer.js',
'js/Markdown.Editor.js',
'js/vendor/jquery.timeago.js',
'js/src/jquery.timeago.locale.js',
'js/vendor/jquery.truncate.js',
'js/jquery.ajaxfileupload.js',
'js/split.js']},
'footer_edx': {'output_filename': 'js/footer-edx.js',
'source_filenames': ['js/footer-edx.js']},
'incourse_reverify': {'output_filename': 'js/incourse_reverify.js',
'source_filenames': ['js/verify_student/views/error_view.js',
'js/verify_student/views/image_input_view.js',
'js/verify_student/views/webcam_photo_view.js',
'js/verify_student/models/verification_model.js',
'js/verify_student/views/incourse_reverify_view.js',
'js/verify_student/incourse_reverify.js']},
'instructor_dash': {'output_filename': 'js/instructor_dash.js',
'source_filenames': [u'js/instructor_dashboard/certificates.js',
u'js/instructor_dashboard/cohort_management.js',
u'js/instructor_dashboard/course_info.js',
u'js/instructor_dashboard/data_download.js',
u'js/instructor_dashboard/e-commerce.js',
u'js/instructor_dashboard/ecommerce.js',
u'js/instructor_dashboard/extensions.js',
u'js/instructor_dashboard/instructor_dashboard.js',
u'js/instructor_dashboard/membership.js',
u'js/instructor_dashboard/metrics.js',
u'js/instructor_dashboard/open_response_assessment.js',
u'js/instructor_dashboard/proctoring.js',
u'js/instructor_dashboard/send_email.js',
u'js/instructor_dashboard/student_admin.js',
u'js/instructor_dashboard/util.js']},
'main_vendor': {'output_filename': 'js/lms-main_vendor.js',
'source_filenames': ['common/js/vendor/jquery.js',
'common/js/vendor/jquery-migrate.js',
'js/vendor/jquery.cookie.js',
'js/vendor/url.min.js',
'common/js/vendor/underscore.js',
'common/js/vendor/underscore.string.js',
'common/js/vendor/picturefill.js',
'edx-ui-toolkit/js/utils/global-loader.js',
'edx-ui-toolkit/js/utils/string-utils.js',
'edx-ui-toolkit/js/utils/html-utils.js',
'common/js/vendor/require.js',
'js/RequireJS-namespace-undefine.js',
'js/vendor/URI.min.js',
'common/js/vendor/backbone.js',
'js/vendor/json2.js',
'js/vendor/jquery-ui.min.js',
'js/vendor/jquery.qtip.min.js',
'js/vendor/jquery.ba-bbq.min.js']},
'module-descriptor-js': {'output_filename': 'js/lms-module-descriptors.js',
'source_filenames': []},
'module-js': {'output_filename': 'js/lms-modules.js', 'source_filenames': []},
'notes': {'output_filename': 'js/notes.js', 'source_filenames': []},
'proctoring': {'output_filename': 'js/lms-proctoring.js',
'source_filenames': ['proctoring/js/models/proctored_exam_allowance_model.js',
'proctoring/js/models/proctored_exam_attempt_model.js',
'proctoring/js/models/proctored_exam_model.js',
'proctoring/js/collections/proctored_exam_allowance_collection.js',
'proctoring/js/collections/proctored_exam_attempt_collection.js',
'proctoring/js/collections/proctored_exam_collection.js',
'proctoring/js/views/Backbone.ModalDialog.js',
'proctoring/js/views/proctored_exam_add_allowance_view.js',
'proctoring/js/views/proctored_exam_allowance_view.js',
'proctoring/js/views/proctored_exam_attempt_view.js',
'proctoring/js/views/proctored_exam_view.js',
'proctoring/js/proctored_app.js']},
'reverify': {'output_filename': 'js/reverify.js',
'source_filenames': ['js/verify_student/views/error_view.js',
'js/verify_student/views/image_input_view.js',
'js/verify_student/views/webcam_photo_view.js',
'js/verify_student/views/step_view.js',
'js/verify_student/views/face_photo_step_view.js',
'js/verify_student/views/id_photo_step_view.js',
'js/verify_student/views/review_photos_step_view.js',
'js/verify_student/views/reverify_success_step_view.js',
'js/verify_student/models/verification_model.js',
'js/verify_student/views/reverify_view.js',
'js/verify_student/reverify.js']},
'verify_student': {'output_filename': 'js/verify_student.js',
'source_filenames': ['js/sticky_filter.js',
'js/query-params.js',
'js/verify_student/models/verification_model.js',
'js/verify_student/views/error_view.js',
'js/verify_student/views/image_input_view.js',
'js/verify_student/views/webcam_photo_view.js',
'js/verify_student/views/step_view.js',
'js/verify_student/views/intro_step_view.js',
'js/verify_student/views/make_payment_step_view.js',
'js/verify_student/views/payment_confirmation_step_view.js',
'js/verify_student/views/face_photo_step_view.js',
'js/verify_student/views/id_photo_step_view.js',
'js/verify_student/views/review_photos_step_view.js',
'js/verify_student/views/enrollment_confirmation_step_view.js',
'js/verify_student/views/pay_and_verify_view.js',
'js/verify_student/pay_and_verify.js']}}
DEFAULT_CONTENT_TYPE
'text/html'
PDF_RECEIPT_LOGO_PATH
u''
WIKI_EDITOR
'course_wiki.editors.CodeMirror'
MODULESTORE_BRANCH
'published-only'
STATICFILES_STORAGE
'openedx.core.storage.DevelopmentStorage'
ECOMMERCE_API_TIMEOUT
u'********************'
WIKI_USE_BOOTSTRAP_SELECT_WIDGET
False
LANGUAGE_CODE
u'en'
REGISTRATION_EXTRA_FIELDS
{u'city': u'hidden',
u'country': u'hidden',
u'gender': u'optional',
u'goals': u'optional',
u'honor_code': u'required',
u'level_of_education': u'optional',
u'mailing_address': u'optional',
u'year_of_birth': u'optional'}
PARENTAL_CONSENT_AGE_LIMIT
13
SILENCED_SYSTEM_CHECKS
[]
GEOIPV6_PATH
Path(u'/edx/app/edxapp/edx-platform/common/static/data/geoip/GeoIPv6.dat')
BADGR_TIMEOUT
10
FOOTER_BROWSER_CACHE_MAX_AGE
300
RECALCULATE_GRADES_ROUTING_KEY
u'********************'
VIDEO_CDN_URL
{u'EXAMPLE_COUNTRY_CODE': u'http://example.com/edx/video?s3_url='}
CORS_ORIGIN_WHITELIST
()
COURSE_NAME
'6.002_Spring_2012'
ENABLE_CREDIT_ELIGIBILITY
True
LOGGING_CONFIG
'logging.config.dictConfig'
AUDIT_CERT_CUTOFF_DATE
None
TEMPLATE_LOADERS
('django.template.loaders.filesystem.Loader',
'django.template.loaders.app_directories.Loader')
PLATFORM_NAME
u'Your Platform Name Here'
BULK_EMAIL_ROUTING_KEY
u'********************'
CELERY_DEFAULT_ROUTING_KEY
u'********************'
APP_UPGRADE_CACHE_TIMEOUT
3600
CORS_ALLOW_CREDENTIALS
True
EMAIL_TIMEOUT
None
MAX_FILEUPLOADS_PER_INPUT
20
SESSION_COOKIE_SECURE
False
SUPPORT_SITE_LINK
u''
CONTACT_EMAIL
u'info@example.com'
DOC_STORE_CONFIG
{u'collection': u'modulestore',
u'connectTimeoutMS': 2000,
u'db': u'edxapp',
u'host': [u'edx.devstack.mongo'],
u'password': u'password',
u'port': 27017,
u'socketTimeoutMS': 3000,
u'ssl': False,
u'user': u'edxapp'}
AWS_ACCESS_KEY_ID
u'********************'
CELERY_BROKER_USER
u'celery'
INSTALLED_APPS
('django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.humanize',
'django.contrib.messages',
'django.contrib.redirects',
'django.contrib.sessions',
'django.contrib.sites',
'django.contrib.staticfiles',
'djcelery',
'openedx.core.djangoapps.common_views',
'simple_history',
'config_models',
'waffle',
'openedx.core.djangoapps.service_status',
'status',
'edxmako',
'pipeline',
'static_replace',
'web_fragments',
'openedx.core.djangoapps.plugin_api',
'openedx.core.djangoapps.contentserver',
'openedx.core.djangoapps.theming',
'openedx.core.djangoapps.site_configuration',
'courseware',
'student',
'static_template_view',
'staticbook',
'track',
'eventtracking.django.apps.EventTrackingConfig',
'util',
'certificates',
'dashboard',
'lms.djangoapps.instructor',
'lms.djangoapps.instructor_task',
'openedx.core.djangoapps.course_groups',
'bulk_email',
'branding',
'lms.djangoapps.grades.apps.GradesConfig',
'support',
'openedx.core.djangoapps.external_auth',
'django_openid_auth',
'provider',
'provider.oauth2',
'edx_oauth2_provider',
'oauth2_provider',
'openedx.core.djangoapps.oauth_dispatch.apps.OAuthDispatchAppConfig',
'third_party_auth',
'oauth_provider',
'openedx.core.djangoapps.auth_exchange',
'wiki',
'django_notify',
'course_wiki',
'mptt',
'sekizai',
'wiki.plugins.links',
'course_wiki.plugins.markdownedx',
'django.contrib.admin',
'django_nose',
'debug',
'django_comment_client',
'django_comment_common',
'discussion_api',
'lms.djangoapps.discussion',
'notes',
'edxnotes',
'splash',
'openedx.core.djangoapps.datadog',
'rest_framework',
'openedx.core.djangoapps.user_api',
'shoppingcart',
'notification_prefs',
'notifier_api',
'course_modes',
'enrollment',
'lms.djangoapps.verify_student',
'openedx.core.djangoapps.dark_lang',
'microsite_configuration',
'rss_proxy',
'openedx.core.djangoapps.embargo',
'openedx.core.djangoapps.monitoring',
'course_action_state',
'edx_jsme',
'django_countries',
'mobile_api',
'social.apps.django_app.default',
'survey',
'lms.djangoapps.lms_xblock',
'openedx.core.djangoapps.content.course_overviews',
'openedx.core.djangoapps.content.course_structures.apps.CourseStructuresConfig',
'openedx.core.djangoapps.content.block_structure.apps.BlockStructureConfig',
'lms.djangoapps.course_blocks',
'openedx.core.djangoapps.coursegraph.apps.CoursegraphConfig',
'course_structure_api',
'mailing',
'corsheaders',
'openedx.core.djangoapps.cors_csrf',
'commerce',
'openedx.core.djangoapps.credit',
'lms.djangoapps.teams',
'xblock_django',
'openedx.core.djangoapps.bookmarks',
'openedx.core.djangoapps.programs',
'openedx.core.djangoapps.catalog',
'openedx.core.djangoapps.self_paced',
'sorl.thumbnail',
'openedx.core.djangoapps.credentials',
'milestones',
'gating.apps.GatingConfig',
'statici18n',
'openedx.core.djangoapps.coursetalk',
'openedx.core.djangoapps.api_admin',
'openedx.core.djangoapps.verified_track_content',
'learner_dashboard',
'badges.apps.BadgesConfig',
'django_sites_extensions',
'email_marketing',
'release_util',
'celery_utils',
'openedx.core.djangoapps.crawlers',
'database_fixups',
'openedx.features.course_bookmarks',
'openedx.features.course_experience',
'mentoring',
'problem_builder',
'edx_sga',
'submissions',
'openassessment',
'openassessment.assessment',
'openassessment.fileupload',
'openassessment.workflow',
'openassessment.xblock',
'edxval',
'edx_proctoring',
'organizations',
'enterprise',
'integrated_channels.integrated_channel',
'integrated_channels.sap_success_factors',
'django_object_actions',
'coursewarehistoryextended',
'debug_toolbar',
'debug_toolbar_mongo')
PASSWORD_DICTIONARY
u'********************'
GRADES_DOWNLOAD
{u'BUCKET': u'',
u'ROOT_PATH': u'',
u'STORAGE_CLASS': u'django.core.files.storage.FileSystemStorage',
u'STORAGE_KWARGS': {u'location': u'/tmp/edx-s3/grades'},
u'STORAGE_TYPE': u''}
SECURE_HSTS_INCLUDE_SUBDOMAINS
False
CDN_VIDEO_URLS
{}
SESSION_COOKIE_HTTPONLY
True
STATIC_TEMPLATE_VIEW_DEFAULT_FILE_EXTENSION
'html'
STATIC_ROOT_BASE
u'/edx/var/edxapp/staticfiles'
PDF_RECEIPT_BILLING_ADDRESS
u'Enter your receipt billing\naddress here.\n'
CERT_QUEUE
u'certificates'
REGISTRATION_CODE_LENGTH
8
COURSE_KEY_PATTERN
u'********************'
PROFILE_IMAGE_DEFAULT_FILE_EXTENSION
'png'
COURSE_ABOUT_VISIBILITY_PERMISSION
u'see_exists'
DATE_INPUT_FORMATS
('%Y-%m-%d',
'%m/%d/%Y',
'%m/%d/%y',
'%b %d %Y',
'%b %d, %Y',
'%d %b %Y',
'%d %b, %Y',
'%B %d %Y',
'%B %d, %Y',
'%d %B %Y',
'%d %B, %Y')
CSRF_COOKIE_NAME
'csrftoken'
GRADES_DOWNLOAD_ROUTING_KEY
u'********************'
MAX_BOOKMARKS_PER_COURSE
100
EDXMKTG_USER_INFO_COOKIE_NAME
u'edx-user-info'
SESSION_SAVE_EVERY_REQUEST
False
NUMBER_GROUPING
0
LOCALE_PATHS
(Path(u'/edx/app/edxapp/edx-platform/conf/locale'),)
FINANCIAL_ASSISTANCE_MAX_LENGTH
2500
LOGGING
{'disable_existing_loggers': False,
'filters': {'require_debug_false': {'()': 'django.utils.log.RequireDebugFalse'}},
'formatters': {'raw': {'format': '%(message)s'},
'standard': {'format': '%(asctime)s %(levelname)s %(process)d [%(name)s] %(filename)s:%(lineno)d - %(message)s'},
'syslog_format': {'format': '[service_variant=lms][%(name)s][env:sandbox] %(levelname)s [638ecfdd2e97 %(process)d] [%(filename)s:%(lineno)d] - %(message)s'}},
'handlers': {'console': {'class': 'logging.StreamHandler',
'formatter': 'standard',
'level': 'INFO',
'stream': <open file '<stderr>', mode 'w' at 0x7ffbdcdeb1e0>},
'local': {'class': 'logging.NullHandler'},
'mail_admins': {'class': 'django.utils.log.AdminEmailHandler',
'filters': ['require_debug_false'],
'level': 'ERROR'},
'tracking': {'class': 'logging.NullHandler'}},
'loggers': {'': {'handlers': ['console', 'local'],
'level': 'INFO',
'propagate': False},
'django.request': {'handlers': ['mail_admins'],
'level': 'ERROR',
'propagate': True},
'tracking': {'handlers': ['console'],
'level': 'DEBUG',
'propagate': False}},
'version': 1}
LOGOUT_URL
'/accounts/logout/'
COMPREHENSIVE_THEME_LOCALE_PATHS
[]
EMAIL_USE_TLS
False
CELERY_BROKER_PASSWORD
u'********************'
ASSET_KEY_PATTERN
u'********************'
EMAIL_HOST
u'localhost'
WIKI_SHOW_MAX_CHILDREN
0
LMS_ROOT_URL
'http://edx.devstack.edxapp:18000'
REQUIRE_ENVIRONMENT
'node'
REST_FRAMEWORK
{'DEFAULT_PAGINATION_CLASS': 'openedx.core.lib.api.paginators.DefaultPagination',
'DEFAULT_RENDERER_CLASSES': ('rest_framework.renderers.JSONRenderer',),
'DEFAULT_THROTTLE_RATES': {'service_user': '120/minute', 'user': '60/minute'},
'PAGE_SIZE': 10,
'URL_FORMAT_OVERRIDE': None}
STATICFILES_DIRS
[Path(u'/edx/app/edxapp/edx-platform/common/static'),
Path(u'/edx/app/edxapp/edx-platform/lms/static')]
MEDIA_URL
u'/media/'
COMMENTS_SERVICE_KEY
u'********************'
RETRY_ACTIVATION_EMAIL_MAX_ATTEMPTS
5
PIPELINE_SASS_ARGUMENTS
'--debug-info'
PASSWORD_MIN_LENGTH
u'********************'
PREVIEW_DOMAIN
u'preview.localhost'
FINANCE_EMAIL
''
TEST_RUNNER
'django.test.runner.DiscoverRunner'
STUDENT_FILEUPLOAD_MAX_SIZE
4000000
ENTERPRISE_PUBLIC_ENROLLMENT_API_URL
u'********************'
DJFS
{'directory_root': 'lms/static/djpyfs',
'type': 'osfs',
'url_root': '/static/djpyfs'}
SECURE_SSL_REDIRECT
False
TIME_ZONE
u'America/New_York'
CORS_ORIGIN_ALLOW_ALL
True
PROFILE_IMAGE_MAX_BYTES
1048576
CAS_EXTRA_LOGIN_PARAMS
u''
FACEBOOK_API_VERSION
u'********************'
EMAIL_BACKEND
'django.core.mail.backends.console.EmailBackend'
FOOTER_CSS
{'edx': {'ltr': 'style-lms-footer-edx', 'rtl': 'style-lms-footer-edx-rtl'},
'openedx': {'ltr': 'style-lms-footer', 'rtl': 'style-lms-footer-rtl'}}
TEMPLATE_CONTEXT_PROCESSORS
('django.contrib.auth.context_processors.auth',
'django.template.context_processors.debug',
'django.template.context_processors.i18n',
'django.template.context_processors.media',
'django.template.context_processors.static',
'django.template.context_processors.tz',
'django.contrib.messages.context_processors.messages')
PDF_RECEIPT_LOGO_HEIGHT_MM
12
LANGUAGES_BIDI
('he', 'ar', 'fa', 'ur', 'fa-ir', 'rtl')
CC_MERCHANT_NAME
u'Your Platform Name Here'
USAGE_KEY_PATTERN
u'********************'
CELERY_RESULT_BACKEND
'djcelery.backends.cache:CacheBackend'
FILE_UPLOAD_MAX_MEMORY_SIZE
2621440
LMS_SEGMENT_KEY
u'********************'
NODE_PATH
u'/edx/app/edxapp/edx-platform/common/static/js/vendor:/edx/app/edxapp/edx-platform/common/static/coffee/src:/edx/app/edxapp/edx-platform/node_modules'
EMAIL_SSL_CERTFILE
None
DEBUG_TOOLBAR_CONFIG
{'SHOW_TOOLBAR_CALLBACK': 'lms.envs.devstack.should_show_debug_toolbar'}
COURSE_NUMBER
'6.002x'
TECH_SUPPORT_EMAIL
u'technical@example.com'
TRACKING_SEGMENTIO_ALLOWED_TYPES
['track']
OAUTH2_PROVIDER_APPLICATION_MODEL
'oauth2_provider.Application'
FILE_UPLOAD_STORAGE_BUCKET_NAME
u'SET-ME-PLEASE (ex. bucket-name)'
FEEDBACK_SUBMISSION_EMAIL
u''
EDXNOTES_INTERNAL_API
u'********************'
PIPELINE_JS_COMPRESSOR
None
DEBUG_TOOLBAR_PANELS
('debug_toolbar.panels.versions.VersionsPanel',
'debug_toolbar.panels.timer.TimerPanel',
'debug_toolbar.panels.settings.SettingsPanel',
'debug_toolbar.panels.headers.HeadersPanel',
'debug_toolbar.panels.request.RequestPanel',
'debug_toolbar.panels.sql.SQLPanel',
'debug_toolbar.panels.signals.SignalsPanel',
'debug_toolbar.panels.logging.LoggingPanel',
'debug_toolbar_mongo.panel.MongoDebugPanel')
SECURE_HSTS_SECONDS
0
PDF_RECEIPT_COBRAND_LOGO_PATH
u''
CELERY_CREATE_MISSING_QUEUES
True
CELERY_DEFAULT_QUEUE
'edx.lms.core.default'
STATICFILES_IGNORE_PATTERNS
('*.py',
'*.pyc',
'sass/*.scss',
'sass/*/*.scss',
'sass/*/*/*.scss',
'sass/*/*/*/*.scss',
'coffee/*.coffee',
'coffee/*/*.coffee',
'coffee/*/*/*.coffee',
'coffee/*/*/*/*.coffee',
'spec',
'spec_helpers',
'xmodule_js')
TEST_NON_SERIALIZED_APPS
[]
DEFAULT_CHARSET
'utf-8'
EVENT_TRACKING_BACKENDS
{'segmentio': {'ENGINE': 'eventtracking.backends.routing.RoutingBackend',
'OPTIONS': {'backends': {'segment': {'ENGINE': 'eventtracking.backends.segment.SegmentBackend'}},
'processors': [{'ENGINE': 'eventtracking.processors.whitelist.NameWhitelistProcessor',
'OPTIONS': {'whitelist': []}},
{'ENGINE': 'track.shim.GoogleAnalyticsProcessor'}]}},
'tracking_logs': {'ENGINE': 'eventtracking.backends.routing.RoutingBackend',
'OPTIONS': {'backends': {'logger': {'ENGINE': 'eventtracking.backends.logger.LoggerBackend',
'OPTIONS': {'max_event_size': 50000,
'name': 'tracking'}}},
'processors': [{'ENGINE': 'track.shim.LegacyFieldMappingProcessor'},
{'ENGINE': 'track.shim.PrefixedEventProcessor'}]}}}
TRACK_MAX_EVENT
50000
COURSE_LISTINGS
{}
VERIFY_STUDENT
{u'DAYS_GOOD_FOR': 365,
u'EXPIRING_SOON_WINDOW': 28,
'SOFTWARE_SECURE': {'API_ACCESS_KEY': u'********************',
'API_SECRET_KEY': u'********************'}}
ALLOWED_HOSTS
['*', u'edx.devstack.edxapp:18000', u'preview.localhost:18000']
PDF_RECEIPT_TAX_ID
u'00-0000000'
EMAIL_SUBJECT_PREFIX
'[Django] '
THOUSAND_SEPARATOR
','
REPO_ROOT
Path(u'/edx/app/edxapp/edx-platform')
STATICFILES_FINDERS
['openedx.core.djangoapps.theming.finders.ThemeFilesFinder',
'django.contrib.staticfiles.finders.FileSystemFinder',
'django.contrib.staticfiles.finders.AppDirectoriesFinder']
CERT_NAME_LONG
'Certificate of Achievement'
STATIC_URL
'/static/'
XBLOCK_SETTINGS
{'VideoDescriptor': {'licensing_enabled': False},
'VideoModule': {'YOUTUBE_API_KEY': u'********************'}}
TIME_INPUT_FORMATS
('%H:%M:%S', '%H:%M:%S.%f', '%H:%M')
SECURE_REDIRECT_EXEMPT
[]
DATABASES
{u'default': {u'ATOMIC_REQUESTS': True,
'AUTOCOMMIT': True,
'CONN_MAX_AGE': 0,
u'ENGINE': u'django.db.backends.mysql',
u'HOST': u'edx.devstack.mysql',
u'NAME': u'edxapp',
'OPTIONS': {},
u'PASSWORD': u'********************',
u'PORT': u'3306',
'TEST': {'CHARSET': None,
'COLLATION': None,
'MIRROR': None,
'NAME': None},
'TIME_ZONE': 'UTC',
u'USER': u'edxapp001'},
u'read_replica': {'ATOMIC_REQUESTS': False,
'AUTOCOMMIT': True,
'CONN_MAX_AGE': 0,
u'ENGINE': u'django.db.backends.mysql',
u'HOST': u'edx.devstack.mysql',
u'NAME': u'edxapp',
'OPTIONS': {},
u'PASSWORD': u'********************',
u'PORT': u'3306',
'TEST': {'CHARSET': None,
'COLLATION': None,
'MIRROR': None,
'NAME': None},
'TIME_ZONE': 'UTC',
u'USER': u'edxapp001'},
u'student_module_history': {'ATOMIC_REQUESTS': False,
'AUTOCOMMIT': True,
'CONN_MAX_AGE': 0,
u'ENGINE': u'django.db.backends.mysql',
u'HOST': u'edx.devstack.mysql',
u'NAME': u'edxapp_csmh',
'OPTIONS': {},
u'PASSWORD': u'********************',
u'PORT': u'3306',
'TEST': {'CHARSET': None,
'COLLATION': None,
'MIRROR': None,
'NAME': None},
'TIME_ZONE': 'UTC',
u'USER': u'edxapp001'}}
CERT_NAME_SHORT
'Certificate'
LTI_USER_EMAIL_DOMAIN
u'lti.example.com'
PLATFORM_TWITTER_ACCOUNT
u'@YourPlatformTwitterAccount'
OAUTH_OIDC_USERINFO_HANDLERS
('edx_oauth2_provider.oidc.handlers.BasicUserInfoHandler',
'edx_oauth2_provider.oidc.handlers.ProfileHandler',
'edx_oauth2_provider.oidc.handlers.EmailHandler',
'oauth2_handler.UserInfoHandler')
STANDALONE_FRAGMENT_VIEW_TEMPLATE
'fragment-view-chromeless.html'
MKTG_URL_LINK_MAP
{'ABOUT': 'about',
'BLOG': 'blog',
'CONTACT': 'contact',
'COURSES': 'courses',
'DONATE': 'donate',
'FAQ': 'help',
'HONOR': 'honor',
'PRESS': 'press',
'PRIVACY': 'privacy',
'ROOT': 'root',
'SITEMAP.XML': 'sitemap_xml',
'TOS': 'tos',
'WHAT_IS_VERIFIED_CERT': 'verified-certificate'}
SECURE_CONTENT_TYPE_NOSNIFF
False
ENTERPRISE_API_URL
u'********************'
SECRET_KEY
u'********************'
REDIRECT_CACHE_KEY_PREFIX
u'********************'
CREDENTIALS_GENERATION_ROUTING_KEY
u'********************'
INVOICE_PAYMENT_INSTRUCTIONS
'This is where you can\nput directions on how people\nbuying registration codes'
FILE_UPLOAD_TEMP_DIR
None
SESSION_COOKIE_AGE
1209600
WIKI_LINK_LIVE_LOOKUPS
False
LOG_DIR
u'/edx/var/logs/edx'
COMMON_ROOT
Path(u'/edx/app/edxapp/edx-platform/common')
AUTHENTICATION_BACKENDS
('ratelimitbackend.backends.RateLimitModelBackend',)
CELERY_ALWAYS_EAGER
True
SIGNING_BACKEND
'django.core.signing.TimestampSigner'
LOW_PRIORITY_QUEUE
'edx.lms.core.low'
CELERY_QUEUE_HA_POLICY
'all'
LANGUAGE_COOKIE_DOMAIN
None
DEFAULT_FILE_STORAGE
'django.core.files.storage.FileSystemStorage'
BROKER_CONNECTION_TIMEOUT
1
PROFILE_IMAGE_BACKEND
{u'class': u'storages.backends.overwrite.OverwriteStorage',
u'options': {u'base_url': u'/media/profile-images/',
u'location': u'/edx/var/edxapp/media/profile-images/'}}
LANGUAGE_COOKIE_AGE
None
COURSE_CATALOG_VISIBILITY_PERMISSION
u'see_exists'
CELERYD_PREFETCH_MULTIPLIER
1
XDOMAIN_PROXY_CACHE_TIMEOUT
900
MANAGERS
()
SESSION_EXPIRE_AT_BROWSER_CLOSE
False
WIKI_REQUEST_CACHE_MIDDLEWARE_CLASS
'request_cache.middleware.RequestCache'
TIME_FORMAT
'P'
WIKI_CAN_MODERATE
<function CAN_MODERATE at 0x7ffbcba265f0>
ASSET_IGNORE_REGEX
'(^\\._.*$)|(^\\.DS_Store$)|(^.*~$)'
ANALYTICS_API_KEY
u'********************'
EVENT_TRACKING_ENABLED
True
DEBUG_TOOLBAR_PATCH_SETTINGS
False
ENROLLMENT_COURSE_DETAILS_CACHE_TIMEOUT
60
AWS_SES_REGION_ENDPOINT
u'email.us-east-1.amazonaws.com'
CACHE_MIDDLEWARE_ALIAS
'default'
MOBILE_STORE_URLS
{}
ENABLE_COMPREHENSIVE_THEMING
False
MKTG_URLS
{}
CSRF_COOKIE_PATH
'/'
CC_PROCESSOR
{'CyberSource2': {'ACCESS_KEY': u'********************',
'PROFILE_ID': 'edx',
'PURCHASE_ENDPOINT': '/shoppingcart/payment_fake/',
'SECRET_KEY': u'********************'}}
LTI_AGGREGATE_SCORE_PASSBACK_DELAY
u'********************'
ENABLE_JASMINE
False
TRACKING_SEGMENTIO_DISALLOWED_SUBSTRING_NAMES
['.bi.']
PROJECT_ROOT
Path(u'/edx/app/edxapp/edx-platform/lms')
CACHE_MIDDLEWARE_KEY_PREFIX
u'********************'
SERVICE_VARIANT
'lms'
CREDENTIALS_SERVICE_USERNAME
'credentials_service_user'
BULK_EMAIL_EMAILS_PER_TASK
500
PROCTORING_SETTINGS
{}
LANGUAGE_MAP
{'name': 'Language',
'terms': {u'aa': u'Afar',
u'ab': u'Abkhazian',
u'ae': u'Avestan',
u'af': u'Afrikaans',
u'ak': u'Akan',
u'am': u'Amharic',
u'an': u'Aragonese',
u'ar': u'Arabic',
u'as': u'Assamese',
u'av': u'Avaric',
u'ay': u'Aymara',
u'az': u'Azerbaijani',
u'ba': u'Bashkir',
u'be': u'Belarusian',
u'bg': u'Bulgarian',
u'bh': u'Bihari languages',
u'bi': u'Bislama',
u'bm': u'Bambara',
u'bn': u'Bengali',
u'bo': u'Tibetan',
u'br': u'Breton',
u'bs': u'Bosnian',
u'ca': u'Catalan',
u'ce': u'Chechen',
u'ch': u'Chamorro',
u'co': u'Corsican',
u'cr': u'Cree',
u'cs': u'Czech',
u'cu': u'Church Slavic',
u'cv': u'Chuvash',
u'cy': u'Welsh',
u'da': u'Danish',
u'de': u'German',
u'dv': u'Divehi',
u'dz': u'Dzongkha',
u'ee': u'Ewe',
u'el': u'Greek',
u'en': u'English',
u'eo': u'Esperanto',
u'es': u'Spanish',
u'et': u'Estonian',
u'eu': u'Basque',
u'fa': u'Persian',
u'ff': u'Fulah',
u'fi': u'Finnish',
u'fj': u'Fijian',
u'fo': u'Faroese',
u'fr': u'French',
u'fy': u'Western Frisian',
u'ga': u'Irish',
u'gd': u'Gaelic',
u'gl': u'Galician',
u'gn': u'Guarani',
u'gu': u'Gujarati',
u'gv': u'Manx',
u'ha': u'Hausa',
u'he': u'Hebrew',
u'hi': u'Hindi',
u'ho': u'Hiri Motu',
u'hr': u'Croatian',
u'ht': u'Haitian',
u'hu': u'Hungarian',
u'hy': u'Armenian',
u'hz': u'Herero',
u'ia': u'Interlingua',
u'id': u'Indonesian',
u'ie': u'Interlingue',
u'ig': u'Igbo',
u'ii': u'Sichuan Yi',
u'ik': u'Inupiaq',
u'io': u'Ido',
u'is': u'Icelandic',
u'it': u'Italian',
u'iu': u'Inuktitut',
u'ja': u'Japanese',
u'jv': u'Javanese',
u'ka': u'Georgian',
u'kg': u'Kongo',
u'ki': u'Kikuyu',
u'kj': u'Kuanyama',
u'kk': u'Kazakh',
u'kl': u'Kalaallisut',
u'km': u'Central Khmer',
u'kn': u'Kannada',
u'ko': u'Korean',
u'kr': u'Kanuri',
u'ks': u'Kashmiri',
u'ku': u'Kurdish',
u'kv': u'Komi',
u'kw': u'Cornish',
u'ky': u'Kirghiz',
u'la': u'Latin',
u'lb': u'Luxembourgish',
u'lg': u'Ganda',
u'li': u'Limburgan',
u'ln': u'Lingala',
u'lo': u'Lao',
u'lt': u'Lithuanian',
u'lu': u'Luba-Katanga',
u'lv': u'Latvian',
u'mg': u'Malagasy',
u'mh': u'Marshallese',
u'mi': u'Maori',
u'mk': u'Macedonian',
u'ml': u'Malayalam',
u'mn': u'Mongolian',
u'mr': u'Marathi',
u'ms': u'Malay',
u'mt': u'Maltese',
u'my': u'Burmese',
u'na': u'Nauru',
u'nb': u'Bokm\xe5l, Norwegian',
u'nd': u'Ndebele, North',
u'ne': u'Nepali',
u'ng': u'Ndonga',
u'nl': u'Dutch',
u'nn': u'Norwegian Nynorsk',
u'no': u'Norwegian',
u'nr': u'Ndebele, South',
u'nv': u'Navajo',
u'ny': u'Chichewa',
u'oc': u'Occitan',
u'oj': u'Ojibwa',
u'om': u'Oromo',
u'or': u'Oriya',
u'os': u'Ossetian',
u'pa': u'Panjabi',
u'pi': u'Pali',
u'pl': u'Polish',
u'ps': u'Pushto',
u'pt': u'Portuguese',
u'qu': u'Quechua',
u'rm': u'Romansh',
u'rn': u'Rundi',
u'ro': u'Romanian',
u'ru': u'Russian',
u'rw': u'Kinyarwanda',
u'sa': u'Sanskrit',
u'sc': u'Sardinian',
u'sd': u'Sindhi',
u'se': u'Northern Sami',
u'sg': u'Sango',
u'si': u'Sinhala',
u'sk': u'Slovak',
u'sl': u'Slovenian',
u'sm': u'Samoan',
u'sn': u'Shona',
u'so': u'Somali',
u'sq': u'Albanian',
u'sr': u'Serbian',
u'ss': u'Swati',
u'st': u'Sotho, Southern',
u'su': u'Sundanese',
u'sv': u'Swedish',
u'sw': u'Swahili',
u'ta': u'Tamil',
u'te': u'Telugu',
u'tg': u'Tajik',
u'th': u'Thai',
u'ti': u'Tigrinya',
u'tk': u'Turkmen',
u'tl': u'Tagalog',
u'tn': u'Tswana',
u'to': u'Tonga (Tonga Islands)',
u'tr': u'Turkish',
u'ts': u'Tsonga',
u'tt': u'Tatar',
u'tw': u'Twi',
u'ty': u'Tahitian',
u'ug': u'Uighur',
u'uk': u'Ukrainian',
u'ur': u'Urdu',
u'uz': u'Uzbek',
u've': u'Venda',
u'vi': u'Vietnamese',
u'vo': u'Volap\xfck',
u'wa': u'Walloon',
u'wo': u'Wolof',
u'xh': u'Xhosa',
u'yi': u'Yiddish',
u'yo': u'Yoruba',
u'za': u'Zhuang',
u'zh': u'Chinese',
u'zh_HANS': u'Simplified Chinese',
u'zh_HANT': u'Traditional Chinese',
u'zu': u'Zulu'}}
ZENDESK_API_KEY
u'********************'
CELERY_BROKER_TRANSPORT
u'amqp'
DATE_FORMAT
'N j, Y'
SOCIAL_MEDIA_FOOTER_URLS
{}
OPTIONAL_APPS
('mentoring',
'problem_builder',
'edx_sga',
'submissions',
'openassessment',
'openassessment.assessment',
'openassessment.fileupload',
'openassessment.workflow',
'openassessment.xblock',
'edxval',
'edx_proctoring',
'organizations',
'enterprise',
'integrated_channels.integrated_channel',
'integrated_channels.sap_success_factors',
'django_object_actions')
ELASTIC_SEARCH_CONFIG
[{u'host': u'edx.devstack.elasticsearch', u'port': u'9200'}]
MEDIA_ROOT
'/edx/var/edxapp/uploads'
SIMPLE_WIKI_REQUIRE_LOGIN_EDIT
True
FINANCIAL_ASSISTANCE_MIN_LENGTH
800
TEMPLATE_DEBUG
False
DEFAULT_FROM_EMAIL
u'registration@example.com'
XQUEUE_INTERFACE
{u'basic_auth': [u'edx', u'edx'],
u'django_auth': {u'password': u'password', u'username': u'lms'},
u'url': u'http://localhost:18040'}
CREDIT_PROVIDER_SECRET_KEYS
u'********************'
DATA_DIR
Path(u'/edx/app/edxapp/data')
QUEUE_VARIANT
'lms.'
SITE_ID
1
ALLOWED_INCLUDE_ROOTS
()
CMS_BASE
u'edx.devstack.edxapp:18010'
FOOTER_ORGANIZATION_IMAGE
u'images/logo.png'
LANGUAGE_DICT
{'am': u'\u12a0\u121b\u122d\u129b',
'ar': u'\u0627\u0644\u0639\u0631\u0628\u064a\u0629',
'az': u'az\u0259rbaycanca',
'bg-bg': u'\u0431\u044a\u043b\u0433\u0430\u0440\u0441\u043a\u0438 (\u0411\u044a\u043b\u0433\u0430\u0440\u0438\u044f)',
'bn-bd': u'\u09ac\u09be\u0982\u09b2\u09be (\u09ac\u09be\u0982\u09b2\u09be\u09a6\u09c7\u09b6)',
'bn-in': u'\u09ac\u09be\u0982\u09b2\u09be (\u09ad\u09be\u09b0\u09a4)',
'bs': u'bosanski',
'ca': u'Catal\xe0',
'ca@valencia': u'Catal\xe0 (Val\xe8ncia)',
'cs': u'\u010ce\u0161tina',
'cy': u'Cymraeg',
'da': u'dansk',
'de-de': u'Deutsch (Deutschland)',
'el': u'\u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac',
'en': u'English',
'en-uk': u'English (United Kingdom)',
'en@lolcat': u'LOLCAT English',
'en@pirate': u'Pirate English',
'eo': u'Dummy Language (Esperanto)',
'es-419': u'Espa\xf1ol (Latinoam\xe9rica)',
'es-ar': u'Espa\xf1ol (Argentina)',
'es-ec': u'Espa\xf1ol (Ecuador)',
'es-es': u'Espa\xf1ol (Espa\xf1a)',
'es-mx': u'Espa\xf1ol (M\xe9xico)',
'es-pe': u'Espa\xf1ol (Per\xfa)',
'et-ee': u'Eesti (Eesti)',
'eu-es': u'euskara (Espainia)',
'fa': u'\u0641\u0627\u0631\u0633\u06cc',
'fa-ir': u'\u0641\u0627\u0631\u0633\u06cc (\u0627\u06cc\u0631\u0627\u0646)',
'fake2': u'Fake translations',
'fi-fi': u'Suomi (Suomi)',
'fil': u'Filipino',
'fr': u'Fran\xe7ais',
'gl': u'Galego',
'gu': u'\u0a97\u0ac1\u0a9c\u0ab0\u0abe\u0aa4\u0ac0',
'he': u'\u05e2\u05d1\u05e8\u05d9\u05ea',
'hi': u'\u0939\u093f\u0928\u094d\u0926\u0940',
'hr': u'hrvatski',
'hu': u'magyar',
'hy-am': u'\u0540\u0561\u0575\u0565\u0580\u0565\u0576 (\u0540\u0561\u0575\u0561\u057d\u057f\u0561\u0576)',
'id': u'Bahasa Indonesia',
'it-it': u'Italiano (Italia)',
'ja-jp': u'\u65e5\u672c\u8a9e (\u65e5\u672c)',
'kk-kz': u'\u049b\u0430\u0437\u0430\u049b \u0442\u0456\u043b\u0456 (\u049a\u0430\u0437\u0430\u049b\u0441\u0442\u0430\u043d)',
'km-kh': u'\u1797\u17b6\u179f\u17b6\u1781\u17d2\u1798\u17c2\u179a (\u1780\u1798\u17d2\u1796\u17bb\u1787\u17b6)',
'kn': u'\u0c95\u0ca8\u0ccd\u0ca8\u0ca1',
'ko-kr': u'\ud55c\uad6d\uc5b4 (\ub300\ud55c\ubbfc\uad6d)',
'lt-lt': u'Lietuvi\u0173 (Lietuva)',
'ml': u'\u0d2e\u0d32\u0d2f\u0d3e\u0d33\u0d02',
'mn': u'\u041c\u043e\u043d\u0433\u043e\u043b \u0445\u044d\u043b',
'mr': u'\u092e\u0930\u093e\u0920\u0940',
'ms': u'Bahasa Melayu',
'nb': u'Norsk bokm\xe5l',
'ne': u'\u0928\u0947\u092a\u093e\u0932\u0940',
'nl-nl': u'Nederlands (Nederland)',
'or': u'\u0b13\u0b21\u0b3c\u0b3f\u0b06',
'pl': u'Polski',
'pt-br': u'Portugu\xeas (Brasil)',
'pt-pt': u'Portugu\xeas (Portugal)',
'ro': u'rom\xe2n\u0103',
'rtl': u'Right-to-Left Test Language',
'ru': u'\u0420\u0443\u0441\u0441\u043a\u0438\u0439',
'si': u'\u0dc3\u0dd2\u0d82\u0dc4\u0dbd',
'sk': u'Sloven\u010dina',
'sl': u'Sloven\u0161\u010dina',
'sq': u'shqip',
'sr': u'\u0421\u0440\u043f\u0441\u043a\u0438',
'sv': u'svenska',
'sw': u'Kiswahili',
'ta': u'\u0ba4\u0bae\u0bbf\u0bb4\u0bcd',
'te': u'\u0c24\u0c46\u0c32\u0c41\u0c17\u0c41',
'th': u'\u0e44\u0e17\u0e22',
'tr-tr': u'T\xfcrk\xe7e (T\xfcrkiye)',
'uk': u'\u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u0430',
'ur': u'\u0627\u0631\u062f\u0648',
'uz': u'\u040e\u0437\u0431\u0435\u043a',
'vi': u'Ti\u1ebfng Vi\u1ec7t',
'zh-cn': u'\u4e2d\u6587 (\u7b80\u4f53)',
'zh-hk': u'\u4e2d\u6587 (\u9999\u6e2f)',
'zh-tw': u'\u4e2d\u6587 (\u53f0\u7063)'}
XQUEUE_WAITTIME_BETWEEN_REQUESTS
5
SHORT_DATE_FORMAT
'm/d/Y'
ZENDESK_USER
u''
ADVANCED_SECURITY_CONFIG
{}
STUDENTMODULEHISTORYEXTENDED_OFFSET
10000
CELERY_SEND_EVENTS
True
PROFILE_IMAGE_SECRET_KEY
u'********************'
DEFAULT_FEEDBACK_EMAIL
u'feedback@example.com'
META_UNIVERSITIES
{}
SOCIAL_MEDIA_FOOTER_NAMES
['facebook', 'twitter', 'youtube', 'linkedin', 'google_plus', 'reddit']
SSL_AUTH_EMAIL_DOMAIN
'MIT.EDU'
BULK_EMAIL_JOB_SIZE_THRESHOLD
100
MICROSITE_TEMPLATE_BACKEND
'microsite_configuration.backends.filebased.FilebasedMicrositeTemplateBackend'
EMAIL_USE_SSL
False
COURSES_WITH_UNSAFE_CODE
[]
INTERNAL_IPS
('127.0.0.1',)
ONLOAD_BEACON_SAMPLE_RATE
0.0
EMAIL_PORT
25
BULK_EMAIL_ROUTING_KEY_SMALL_JOBS
u'********************'
FOOTER_CACHE_TIMEOUT
1800
PASSWORD_HASHERS
u'********************'
EMAIL_OPTIN_MINIMUM_AGE
13
WIKI_ANONYMOUS
False
DATETIME_INPUT_FORMATS
('%Y-%m-%d %H:%M:%S',
'%Y-%m-%d %H:%M:%S.%f',
'%Y-%m-%d %H:%M',
'%Y-%m-%d',
'%m/%d/%Y %H:%M:%S',
'%m/%d/%Y %H:%M:%S.%f',
'%m/%d/%Y %H:%M',
'%m/%d/%Y',
'%m/%d/%y %H:%M:%S',
'%m/%d/%y %H:%M:%S.%f',
'%m/%d/%y %H:%M',
'%m/%d/%y')
EDXNOTES_PUBLIC_API
u'********************'
SEARCH_INITIALIZER
'lms.lib.courseware_search.lms_search_initializer.LmsSearchInitializer'
REQUIRE_JS
'common/js/vendor/require.js'
You're seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard page generated by the handler for this status code.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment