bmedx
21791ccb58
Change Django settings from tuples to lists to prep for 1.11 upgrade
2017-10-17 12:53:02 -04:00
Jesse Shapiro
c4767e253b
Add middleware classes dynamically from configuration and switch MIDDLEWARE_CLASSES to use a list
2017-10-11 09:16:41 -04:00
Fred Smith
f891c0fae8
reduce celery heartbeat frequency
2017-09-06 14:58:34 -04:00
Brandon DeRosier
097b6417e1
Merge pull request #13958 from edx/bdero/celery-broker-tls
...
Allow configuring TLS for celery broker
2016-12-03 12:18:25 -05:00
Eric Fischer
01cc136217
Allow CELERY_QUEUES to be overriden using ENV_TOKENS
2016-11-17 12:56:07 -05:00
Brandon DeRosier
8c9aa7d3f3
Allow configuring TLS for celery broker
2016-11-09 12:14:42 -05:00
Ned Batchelder
a9ab395d43
Use yaml.safe_load, since we have no need for the greater power of .load
2016-02-24 15:36:04 -05:00
Giovanni Di Milia
bb36ab013f
Added CCXCon app
...
The CCXCon app is used to push course updated to the CCXCon
externale service.
2016-01-20 10:47:37 -05:00
Usman Khalid
6cb62f2697
Rebase upgrade Django to v1.8.5
...
Please note that this is a squshed commit and the work of:
Symbolist, macdiesel, nedbat, doctoryes, muzaffaryousaf and muhammad-ammar
2015-11-10 15:00:19 -05:00
David Baumgold
792c3d93c1
Remove legacy MITX_FEATURES reference
2015-11-03 15:37:41 -05:00
Bill DeRusha
bcb71a3255
Rename SEGMENT_KEY to have a unique key name for both CMS and LMS
2015-10-01 19:40:27 -04:00
Bill DeRusha
c721ff5a82
Replace SEGMENT_IO_LMS & SEGMENT_IO_LMS_KEY with single key SEGMENT_KEY
2015-09-24 11:49:03 -04:00
Ned Batchelder
2a0259095d
Change imports from path to use the stablest name.
...
The old line:
from path import path
produced pylint errors because of the baroque way that path.py defined
"path". We tried to get them to change how they defined it, but they
deleted the name instead: https://github.com/jaraco/path.py/issues/102
(Jason then changed his mind, but this is a better way to use path.py,
it avoids the pylint error at least.)
2015-08-27 12:59:25 -04:00
Feanil Patel
6289b190d9
Fix pep8 and pylint.
2015-05-08 09:01:50 -04:00
Feanil Patel
4cc39abfa4
Update celery config for config files I missed.
2015-05-08 09:01:50 -04:00
Ned Batchelder
a84735057d
Move common/lib/*.py to openedx/core/lib
...
This makes these files importable, and puts them into the new best guess
as to where files should live.
2015-03-23 12:40:24 -04:00
John Jarvis
a9d731165c
optionally using environment variable for edx-platform hash
2014-12-16 15:13:08 -05:00
John Jarvis
93f0c75fd3
Adding yaml_config, a new settings module
...
This reads configuration directly from yaml
and imports it directly into settings
2014-12-10 16:46:12 -05:00
Ben Patterson
89397d00f9
Revert "Jarv/config refactor wip"
2014-12-08 13:40:49 -05:00
John Jarvis
c711ed5091
moving the convert_tokens function to a common file
2014-12-05 14:00:25 -05:00
John Jarvis
de98bf8fac
renaming to use underscores
2014-12-04 18:01:34 -05:00