I really, really want to use this.
I have a skeleton project with the following installed (on Ubuntu 12.10):
django-mongodbforms
Django 1.4.3
Pymongo 2.4.1
Mongoengine 0.7.9
I'm not using Mongoengine for Auth, so I have a tiny SQLite db just to power the admin interface. After following the Usage steps, I log into /admin and just get "You don't have permission to edit anything". Obviously, none of my models are listed. If I revert back to admin.site urls it works fine (I can see Users, Sites etc) but minus the Mongoengine Documents...
I really, really want to use this.
I have a skeleton project with the following installed (on Ubuntu 12.10):
django-mongodbforms
Django 1.4.3
Pymongo 2.4.1
Mongoengine 0.7.9
I'm not using Mongoengine for Auth, so I have a tiny SQLite db just to power the admin interface. After following the Usage steps, I log into /admin and just get "You don't have permission to edit anything". Obviously, none of my models are listed. If I revert back to admin.site urls it works fine (I can see Users, Sites etc) but minus the Mongoengine Documents...