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