From b7e67382a9eab1c49e3c4de7809c017c0c419456 Mon Sep 17 00:00:00 2001 From: Marc Aymerich Date: Sat, 18 Oct 2014 14:29:14 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1a04177e..87364931 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ The admin interface relies on [Django Admin](https://docs.djangoproject.com/en/d Every app is [reusable](https://docs.djangoproject.com/en/dev/intro/reusable-apps/), this means that you can add any Orchestra application into your Django project `INSTALLED_APPS` strigh away. However, Orchestra also provides glue, tools and patterns that you may find very convinient to use. Checkout the [documentation](http://django-orchestra.readthedocs.org/) if you want to know more. +![](docs/images/index-screenshot.png) Development and Testing Setup