Skip to content

Commit bcccf8b

Browse files
committed
add django webshell and simple task as example extensions
1 parent 2e3a9cd commit bcccf8b

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

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

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,18 @@ open source under the
410410
* [django.db.models DateTimeField](/django-db-models-datetimefield-examples.html)
411411

412412

413+
### django-simple-task
414+
[django-simple-task](https://github.com/ericls/django-simple-task)
415+
([project documentation](https://django-simple-task.readthedocs.io/)
416+
and
417+
[PyPI package information](https://pypi.org/project/django-simple-task/))
418+
is a task runner similar but more brittle than other
419+
[task queues](/task-queues.html) such as [Celery](/celery.html) and
420+
[RQ](/redis-queue-rq.html). django-simple-task requires Django 3.0's new
421+
ASGI event loop functionality to work properly. It is open sourced under the
422+
[MIT license](https://github.com/ericls/django-simple-task/blob/master/LICENSE).
423+
424+
413425
### django-smithy
414426
[django-smithy](https://github.com/jamiecounsell/django-smithy) is
415427
a [Django](/django.html) code library that allows users to send
@@ -460,6 +472,17 @@ and maintained by the collaborative developer community group
460472
[Jazzband](https://jazzband.co/).
461473

462474

475+
### django-webshell
476+
[django-webshell](https://github.com/onrik/django-webshell) is an extension
477+
for executing arbitrary code in the
478+
[Django admin](https://docs.djangoproject.com/en/stable/ref/contrib/admin/),
479+
similar to how you can run code by using the `django manage.py shell`
480+
command from the terminal.
481+
482+
The django-webshell project is provided as open source under the
483+
[MIT license](https://github.com/onrik/django-webshell/blob/master/LICENSE).
484+
485+
463486
### django-wiki
464487
[django-wiki](https://github.com/django-wiki/django-wiki)
465488
([project documentation](https://django-wiki.readthedocs.io/en/master/),

0 commit comments

Comments
 (0)