-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'DatabaseWrapper' object has no attribute 'Database' #26
Comments
How do you connect to mongodb? I am doing it this way
|
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. |
olivierlefloch
pushed a commit
to Work4Labs/django-mongoadmin
that referenced
this issue
Mar 4, 2016
Fix inconsistent DocumentFormSet behavior
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Getting this error, when click on "add" link
The text was updated successfully, but these errors were encountered: