Open yunmanger1 opened 10 years ago
How do you connect to mongodb? I am doing it this way
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.dummy'
}
}
mongoengine.connnect(dbname)
Connecting to sqlite fixes the problem
Yeah, any relational db will fix it. It's still a bug though, because the idea is that it works without a relational db. Still need to figure out how to call a method without calling the decorator though.
Getting this error, when click on "add" link