Merge pull request #11806 from edx/saleem-latif/WL-327

WL-327: Add SiteConfiguration and SiteConfigurationHistory models to LMS
This commit is contained in:
Saleem Latif
2016-03-31 18:39:38 +05:00
10 changed files with 258 additions and 1 deletions

View File

@@ -823,6 +823,9 @@ INSTALLED_APPS = (
# Theming
'openedx.core.djangoapps.theming',
# Site configuration for theming and behavioral modification
'openedx.core.djangoapps.site_configuration',
# comment common
'django_comment_common',