Hey guys, my question is how I can deploy shiny apps via Django in web. ) use python and Django. I already have installed shiny with "install.packages("shiny")".
In my Django app I have a folder called 'rShiny' where my server.R file is located. my Html view are in another folder called "templates". I also have a "shiny.js", a "shiny-server.js" and "socks.js". these files I got from the shiny example "Full website using Shiny" (
http://glimmer.rstudio.com/pioneer/pensions/).
But I have no idea how to get these work. I hope anyone could help me :)