From a4de7f7d2c10edfa3f2b3d819df7ca7e3b8ec817 Mon Sep 17 00:00:00 2001 From: Ilan Steemers Date: Wed, 17 Jun 2015 17:15:48 +0200 Subject: [PATCH] Added schematic to README --- README.md | 3 ++- README.rst | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b4fe3b2..2f37389 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ # Django-q ##A multiprocessing task queue application for Django -Currently in the pre-alpha stage. \ No newline at end of file +Currently in the pre-alpha stage. +![Django Q schema](http://i.imgur.com/jYRb1mJ.png) \ No newline at end of file diff --git a/README.rst b/README.rst index 574b4b2..24f65fb 100644 --- a/README.rst +++ b/README.rst @@ -4,4 +4,6 @@ Django-q A multiprocessing task queue application for Django --------------------------------------------------- -Currently in the pre-alpha stage. +Currently in the pre-alpha stage. |Django Q schema| + +.. |Django Q schema| image:: http://i.imgur.com/jYRb1mJ.png