Hello! I currently have two webapps, one free and one paid. They are both in /home/username/mysite directory. If I get a third one, should I use a different directory? (instead of mysite?) The third app needs it's own static folder and SSL etc. Also would the virtualenv wrapper apply to the new folder as well? Or would it need to be reinstalled/reconfigured for the new folder?
The two apps that I currently have (sharing the mysite directory) seem to share the same resources and virtualenv. I am curious if a third webapp in it's own folder (not mysite) would share the same resources as the two in the mysite folder.
Thanks!