From 253154a01fef9d01e4b2eec4292984e06806abed Mon Sep 17 00:00:00 2001 From: wsvincent Date: Thu, 19 Apr 2018 13:47:20 -0400 Subject: [PATCH] add BDD with Aloe link to Example Apps --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d4ce86d..124fc5d 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ - [Message Board app](https://github.com/wsvincent/djangoforbeginners/tree/master/ch4-message-board-app) - [Blog app with users and forms](https://github.com/wsvincent/djangoforbeginners/tree/master/ch7-blog-app-with-users) - [Newspaper app with custom user model, full user auth](https://github.com/wsvincent/djangoforbeginners/tree/master/ch15-comments) +- [Behavior-Driven Development with Aloe](https://github.com/testdrivenio/django-aloe-bdd) ## Third-Party Packages > For a complete listing of all available packages, see [Django Packages](https://djangopackages.org/)