What is the best architecturefor multi website (url) Django web server?

I would like to build a multi web platform which is based on Django (Python) + WSGI. The webs will have one database, exactly same backend and only the different frontend/url. What is the best Architecturefor such plateform, docker or simply congfigure different Apps? Any suggestions

Back to Top