Maxime B

Results 6 comments of Maxime B

Sure, so are the translation features available right now?

Got it. So no i18n support on url patterns for the blog. That's weird Wagtail doesn't support localization OOB.

Could I have some support doing this? I need it translated in French and English, do I have to insert `puppet urls` inside i18n patterns and then build 2 sites...

Thanks for helping @csalom! Almost got this to work. Here are my urls: `urlpatterns = i18n_patterns( url(r'^$', index), ) urlpatterns += [ url(r'^admin/', admin.site.urls), url(r'^newsletter', newsletter_handler), url(r'^robots.txt$', lambda r: HttpResponse("User-agent:...

I don't know, but it seems logical. Let's say you're on an API managing your house, and access house objects is permission based. Your neighbor house ID is 2. You...