rougeronj [Mon, 23 Mar 2015 12:24:13 +0100] rev 25
rename 'login' to 'Auth' to handle further authentication functions
rougeronj [Mon, 23 Mar 2015 12:22:44 +0100] rev 24
add books controller to handle list of books
rougeronj [Mon, 23 Mar 2015 12:21:47 +0100] rev 23
init the migrations
rougeronj [Mon, 23 Mar 2015 12:21:17 +0100] rev 22
add URL_JAMESPOT in settings - add requirements.txt to build the virtual env
rougeronj [Mon, 23 Mar 2015 12:20:28 +0100] rev 21
update ammico user attribute to OnetoOneField instead of foreign key
rougeronj [Fri, 20 Mar 2015 11:32:02 +0100] rev 20
dd some fields to slide model
rougeronj [Fri, 20 Mar 2015 11:31:44 +0100] rev 19
get slides of a book
rougeronj [Wed, 18 Mar 2015 16:21:58 +0100] rev 18
return Stop information fetch from jamestop api in the Slide info - id to idBook and idSlide to avoid confusion
rougeronj [Wed, 18 Mar 2015 16:16:37 +0100] rev 17
update loading json - python 3.4 no more loads raw data so we need to decode it before loading to json
rougeronj [Wed, 18 Mar 2015 16:14:41 +0100] rev 16
add related_name keyword fro easy access to the slides of a book