Skip to content

Commit 6f4d523

Browse files
committed
add django code example projects
1 parent 9e2aba8 commit 6f4d523

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

content/pages/examples/django/django-code-examples.markdown

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff 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/))

0 commit comments

Comments
 (0)