Replies: 1 comment
-
Ok changed my urls.py to the following and issue is resolved.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have setup a site using Wagtail CRX (coderedcms) and I have installed wagtail-localize. I have Settings > Locales and can add new locales. I have added ('ms', "Malay") and synced it to the English default language. I can also edit the Home page in Malay and after publishing it I can click the Preview button via this URL : http://127.0.0.1:8000/admin/localize/translate/1/preview/ and I can see the translated content in Malay. So that's all great! The only issue I am having is when I try to access HTTP://127.0.0.1:8000/ms/ which should be the same content as the preview link, but instead I am getting a 404 error. Has anyone encountered this issue or have an idea how to resolve this?
Django 5.1.6
Wagtail 6.4.1
coderedcms 4.1.1
wagtail-localize 1.11.3
My settings are as follows:
And my urls.py is as follows:
Any help would be most appreciated. Thanks in advance :)
Beta Was this translation helpful? Give feedback.
All reactions