Add contentstore from cms proto as a baseline for importing and views for the cms

This commit is contained in:
Calen Pennington
2012-06-13 11:42:50 -04:00
parent dc85e46315
commit b9befbafcd
9 changed files with 238 additions and 5 deletions

View File

@@ -144,8 +144,6 @@ INSTALLED_APPS = (
'django.contrib.sites',
'django.contrib.messages',
'django.contrib.staticfiles',
# Uncomment the next line to enable the admin:
# 'django.contrib.admin',
# Uncomment the next line to enable admin documentation:
# 'django.contrib.admindocs',
'contentstore',
'instructor',
)