Suppose I have two sites foo.com and bar.com. They are both located on the same server and now work with separate instances of Django and apache for its maintenance. Of course, every instance of Django eats memory.
While basically these sites are the same systems, but with different applications loaded - perhaps it is possible to somehow have, for example, one instance of Django and use several sites? Then I will save memory for one instance in a specific example.
Perhaps there are different sites with url.py files, downloaded applications, etc.? And if this is the right way?
Any advice, ideas are welcome.
Thanks Ignas
source share