src/ldt/README
changeset 890 c15f3985e242
parent 888 77d216688495
child 1447 470130d647cb
equal deleted inserted replaced
889:b1f9b838937a 890:c15f3985e242
     1 ============
     1 ============
     2 Ldt Platform
     2 Ldt Platform
     3 ============
     3 ============
     4 
     4 
     5 The ldt platform, is a django module allowing the annotation, indexation, consultation of temporal content (audio, video)
     5 The ldt platform, is a django module allowing the annotation, indexation, consultation of temporal content (audio, video)
     6 
       
     7 
     6 
     8 
     7 
     9 trick:
     8 trick:
    10 compile messages for js
     9 compile messages for js
    11 python ../../../web/ldtplatform/manage.py makemessages -a -d djangojs
    10 python ../../../web/ldtplatform/manage.py makemessages -a -d djangojs
    60 popcorn.js
    59 popcorn.js
    61 raphael.js
    60 raphael.js
    62 swfobject.js
    61 swfobject.js
    63 ZeroClipboard
    62 ZeroClipboard
    64 tiny_mce
    63 tiny_mce
       
    64 
       
    65 
       
    66 ==============
       
    67 Unit Test
       
    68 ==============
       
    69 
       
    70 In a terminal :
       
    71 	python manage.py test %test_api%
       
    72 Will launch all the tests of the api
       
    73 
       
    74 For example :
       
    75 	python manage.py test ldt_utils
       
    76 Will launch all the test defined in /ldt_utils/tests