multi-site-wagtail
multi-site-wagtail copied to clipboard
Example implementation of Wagtail utilising multi-site features
New Wagtail developer here. I cloned this app, installed the requirements using pip within a venv virtual environment, tried to run the server, and immediately got this error: `RuntimeError: __class__...
Some changes for wagtail 2.5. Seems it works, but... I wasn't able dumpdata/loaddata, so the db.sqlite3 has much more pure content. Example: media/../.png files stay there, but are not linked...
Minor fix to create a link for the url http://localhost:8000 that was not clickable
Great example! But this [security fix ](https://github.com/django/django/commit/7fe2d8d940fdddd1a02c4754008a27060c4a03e9)means that you've actually got to add `ALLOWED_HOSTS = ['site2.localhost', 'site3.localhost', 'localhost']` to `multisite/settings/dev.py` to get the example to work
Fix https://github.com/chrxr/multi-site-wagtail/issues/3