Skip to content

Commit 2590b73

Browse files
committed
add django inline extensions as example project
1 parent f186f73 commit 2590b73

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

content/pages/examples/django/django-extensions-plug-ins.markdown

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,15 @@ such as CSV, JSON and YAML. django-import-export is open source under the
277277
[BSD 2-Clause "Simplified" License](https://github.com/django-import-export/django-import-export/blob/master/LICENSE).
278278

279279

280+
### django-inline-actions
281+
[django-inline-actions](https://github.com/escaped/django-inline-actions)
282+
([PyPI package information](https://pypi.org/project/django-inline-actions/))
283+
is an extension that adds actions to the [Django](/django.html)
284+
Admin InlineModelAdmin and ModelAdmin changelists. The project is open
285+
sourced under the
286+
[BSD 3-Clause "New" or "Revised" License](https://github.com/escaped/django-inline-actions/blob/master/LICENSE).
287+
288+
280289
### django-jet
281290
[django-jet](https://github.com/geex-arts/django-jet)
282291
([project documentation](https://jet.readthedocs.io/en/latest/),

0 commit comments

Comments
 (0)