Skip to content

Commit 9e2aba8

Browse files
committed
update django projects list
1 parent 717bb2c commit 9e2aba8

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,20 @@ The django-jsonfield project is open source under the
207207
[MIT license](https://github.com/dmkoch/django-jsonfield/blob/master/LICENSE).
208208

209209

210+
### django-model-utils
211+
[django-model-utils](https://github.com/jazzband/django-model-utils)
212+
([project documentation](https://django-model-utils.readthedocs.io/en/latest/)
213+
and
214+
[PyPI package information](https://pypi.org/project/django-model-utils/))
215+
provides useful mixins and utilities for working with
216+
[Django ORM](/django-orm.html) models in your projects.
217+
218+
The django-model-utils project is open sourced under the
219+
[BSD 3-Clause "New" or "Revised" License](https://github.com/jazzband/django-model-utils/blob/master/LICENSE.txt)
220+
and it is maintained by the developer community group
221+
[Jazzband](https://jazzband.co/).
222+
223+
210224
### django-oscar
211225
[django-oscar](https://github.com/django-oscar/django-oscar/)
212226
([project website](http://oscarcommerce.com/))

0 commit comments

Comments
 (0)