Hi all, I'd like to implement something like this:
One Django project to serve 3 sites: 1. `domain.com` which is the "master" site, containing just a landing page 2. `de.domain.com` which is the "German" site 3. `en.domain.com` which is the "UK" site `de` and `en` refers the location, not the language (e.g. `de.domain.com/en/` is the German site in English) If you go to `domain.com` you can choose the language and the country, and you are just redirected to the right place. Is `contrib.site` suitable for that scenario? I was thinking at 3 different sites. If so, how can I use them locally while in development? Any other suggestions? Best, Carlo -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/3b068855-78e7-4742-890d-1fc8a545b4f4%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.