mongoadmin icon indicating copy to clipboard operation
mongoadmin copied to clipboard

Admin interface for MongoDB built using Django and Bootstrap. Features a JSON editor written in JavaScript that supports nested JSON objects.

Results 8 mongoadmin issues
Sort by recently updated
recently updated
newest added

Tag {% url ... %} style already shifted in Django 1.5. Check this for more info. https://docs.djangoproject.com/en/1.5/releases/1.5/#overview

See https://docs.djangoproject.com/en/1.5/ref/templates/builtins/#url

This is the first solution suggested in my bug report for issue #7. It makes things work when _id is an integer, string, or ObjectId, which is enough to let...

Mongoadmin crashes or throws a 404 when you attempt to change a document with an _id that is not an ObjectId. @lbjay tried to fix this problem in the adsabs/mongoadmin...

I have a database which can be accessed through a username and password. But without providing username and password on "http://127.0.0.1:8000/mongo/connect" I am able to access and manipulate the data...

For documents with large arrays, I see them appear as, e.g., 0, 1, 10, 11, 2, 3 etc.