I am working on Django application where users can exchange post-it notes with each other. I had already found two good front-end solutions for it:
http://demo.tutorialzine.com/2010/01/sticky-notes-ajax-php-jquery/demo.php
http://tympanus.net/codrops/2009/10/30/jstickynote-a-jquery-plugin-for-creating-sticky-notes/
Could you please, advise me on the Django back-end solution?
Thanks in advance for all the ideas and considerations.