Merge pull request #9276 from edx/diana/update-status-message

Make status use ConfigurationModel instead.
This commit is contained in:
Diana Huang
2015-08-13 16:37:23 -04:00
9 changed files with 248 additions and 155 deletions

View File

@@ -1806,6 +1806,9 @@ INSTALLED_APPS = (
# Monitor the status of services
'service_status',
# Display status message to students
'status',
# For asset pipelining
'edxmako',
'pipeline',