Allow login in the cms, and read a particular course from mongo
This commit is contained in:
committed by
Matthew Mongeau
parent
5ff05f7a95
commit
9089596fad
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user