Skip to content

Commit 382ffd2

Browse files
committed
add django-webtest as django example extension
1 parent 2590b73 commit 382ffd2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,17 @@ The django-webshell project is provided as open source under the
518518
[MIT license](https://github.com/onrik/django-webshell/blob/master/LICENSE).
519519

520520

521+
### django-webtest
522+
[django-webtest](https://github.com/django-webtest/django-webtest)
523+
([PyPI package information](https://pypi.org/project/django-webtest/))
524+
is a [Django](/django.html) extension that makes it easier to use
525+
[WebTest](http://docs.pylonsproject.org/projects/webtest/) with
526+
your projects.
527+
528+
The project is open sourced under the
529+
[MIT license](https://github.com/django-webtest/django-webtest/blob/master/LICENSE.txt).
530+
531+
521532
### django-wiki
522533
[django-wiki](https://github.com/django-wiki/django-wiki)
523534
([project documentation](https://django-wiki.readthedocs.io/en/master/),

0 commit comments

Comments
 (0)