How to deply dashboard on apache
Hi, I have successfully configured dashboard. Now I would like to deply it on apache. I know how to deply a normal django project with mod_python on apache, but the virtual_env of dashboard confused me. What should I do to change the virtual environment to the real environment and run dashboard on apache with mod_python?
Thanks.