File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
content/pages/examples/django Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -221,6 +221,27 @@ and it is maintained by the developer community group
221221[ Jazzband] ( https://jazzband.co/ ) .
222222
223223
224+ ### django-mongonaut
225+ [ django-mongonaut] ( https://github.com/jazzband/django-mongonaut )
226+ ([ project documentation] ( https://django-mongonaut.readthedocs.io/en/latest/ )
227+ and
228+ [ PyPI package information] ( https://pypi.org/project/django-mongonaut/ ) )
229+ provides an introspective interface for working with
230+ [ MongoDB] ( /mongodb.html ) via mongoengine. The project has its own new code
231+ to map MongoDB to the [ Django] ( /django.html ) Admin interface.
232+
233+ django-mongonaut's highlighted features include:
234+
235+ * Automatic introspection of mongoengine documents
236+ * The ability to constrain who sees what and what they can do
237+ * Full control for adding, editing and deleting documents
238+
239+ The django-mongonaut project is open sourced under the
240+ [ MIT License] ( https://github.com/jazzband/django-mongonaut/blob/master/LICENSE.txt )
241+ and it is maintained by the developer community group
242+ [ Jazzband] ( https://jazzband.co/ ) .
243+
244+
224245### django-oscar
225246[ django-oscar] ( https://github.com/django-oscar/django-oscar/ )
226247([ project website] ( http://oscarcommerce.com/ ) )
You can’t perform that action at this time.
0 commit comments