For example we have 'tagging' application and we use this application on multiple sites. These sites' names are X1 and X2.
Can we do this?
/home/username/packages/tagging
/home/username/x1/
/home/username/x2/
My host is Dreamhost and to passenger_wsgi.py i set up the packages path like sys.path.append('thepath')
What is the best way to do this?
Thank you for your answer.