From 6a233e63e7a4b68e20d901edde49062c755ac935 Mon Sep 17 00:00:00 2001 From: Ilan Steemers Date: Thu, 18 Jun 2015 15:55:42 +0200 Subject: [PATCH] Updated schematic --- README.md | 2 +- README.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0404bb5..480cd80 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Currently in the pre-alpha stage and Python 3 only (for now). ### Architecture -![Django Q schema](http://i.imgur.com/jYRb1mJ.png) +![Django Q schema](http://i.imgur.com/wTIeg2T.png) ### Signed Tasks Tasks are first pickled to Json and then signed using Django's own signing module before being sent to a Redis list. This ensures that task packages on the Redis server can only be excuted and read by clusters and django servers who share the same secret key. diff --git a/README.rst b/README.rst index e5e3106..4007ed3 100644 --- a/README.rst +++ b/README.rst @@ -62,4 +62,4 @@ Todo I'll add to this README while I'm developing the various parts. -.. |Django Q schema| image:: http://i.imgur.com/jYRb1mJ.png +.. |Django Q schema| image:: http://i.imgur.com/wTIeg2T.png