How can I implement multi websites with one core in Django? I have multi websites with this structure:
example.com (Main website)
example.com/subdirectory1 (Second website)
example.com/subdirectory2 (Third website)
example.com/subdirectory2/en (Fourth website)
example.com/subdirectory3 (Fifth website)
I want to use one core and one database to manage all websites.