How to Test Multisite Locally - TACC/Core-CMS GitHub Wiki
- Implement feat: support multisite switch via domain name #873 changes in your branch.
- In Django CMS Admin, add a "Site".
- In Django CMS Admin, configure both "Sites" to use different domain names e.g.
localhost0.0.0.0
- Visit local instance of site at different domains e.g.
localhost0.0.0.0
- Verify any site-specific content/behavior is as expected.