From 65659c6dd2fc673db937b03a22af8010ea4bda6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Car=C3=ADcio?= Date: Mon, 9 Sep 2013 15:56:54 +0200 Subject: [PATCH] Add external links to documentation Thanks to @j1z0 and @mjhea0 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 8c458ae..ee2f9c1 100644 --- a/README.md +++ b/README.md @@ -47,3 +47,10 @@ To work you only need to override the `get_settings` method from DjangoHTTPConte return the path of your settings module. The default `get_settings` returns `"settings"`. More info: https://github.com/rafaelcaricio/django-pyvows/wiki + +External links +-------------- +- Asynchronous Testing with Django and PyVows + - http://www.realpython.com/blog/python/asynchronous-testing-with-django-and-pyvows/ +- Unit Testing with pyVows and Django + - http://www.realpython.com/blog/python/unit-testing-with-pyvows-and-django/