Today's midterm evaluation day so I cooked up a demo of the work I've
done so far:
http://rumdemo.toscawidgets.org/
Enjoy :)
Alberto
Hi Alberto.
I still didn't take a deeper look, but anyway... :
s/actibate.bat/activate.bat/
:)
Cheers,
Roger
Any little feedback is nice :) Thanks Roger.
Alberto
P.S: Fixed it already
rum is a wsgi app, which returns a standard wsgi repsonse, so you
can't just stick it in TG2, but if you look at the flex+tg2 docs, it
works the same way as the pyamf app there.
I need to update routes.py to make this nicer again, and that will be
coming in the next version of TG2.
yep, just install it. I use this distutils alias in setup.cfg
[aliases]
cover = nosetests --with-coverage
[nosetests]
with-coverage = False # turn it off by default
cover-package = rum
...
with this you just do:
$ python setup.py cover
The LOC statistics are generated with buildutils (easy_install it) stats
distutils command:
$ python setup.py stats
Alberto