I am trying to support a rather complex architecture with mixed multiple domains and multiple directories in the same django application. Basically, we will have the following URLs:
http:
http:
http:
http:
http:
.... (lot more)
The theme website and language will be defined in the "combo" domain / directory. What do you think is the best way to implement this?
source
share