Ross Hartshorn

Results 4 comments of Ross Hartshorn

I have the same issue. In settings.py I'm using: ``` python DATABASES = { 'default': { 'ENGINE': 'django.db.backends.sqlite3', 'NAME': '/home/rosshartshorn/htdocs/sqlitedir/sqlite3db', ``` ...along with: ``` python from mongoengine import * DBNAME...

Thanks for your response. I removed the AUTHENTICATION_BACKENDS and turned MONGOADMIN_OVERRIDE_ADMIN back on. You are probably correct that this is the source of the "don't have permission to edit", but...

Well, we have progress, as now I am able to see Groups, Users, Sites (the stuff that I put into a sqlite3 db). However, I'm still not seeing the contents...

Ha! And I am an idiot. I was so caught up in looking at the mongoadmin related parts, I forgot to put the app into the INSTALLED_APPS. My admin site...