Allow login in the cms, and read a particular course from mongo

This commit is contained in:
Calen Pennington
2012-06-08 16:55:38 -04:00
committed by Matthew Mongeau
parent 5ff05f7a95
commit 9089596fad
15 changed files with 281 additions and 4 deletions

View File

@@ -6,6 +6,12 @@ from .common import *
DEBUG = True
TEMPLATE_DEBUG = DEBUG
KEYSTORE = {
'host': 'localhost',
'db': 'mongo_base',
'collection': 'key_store',
}
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',