I have to make a blog application in multiple languages, to do this, I
decided to use zinnia and create to separate urls blogfrench.com and
blog.com (this is an example).  I also used the multisite ability of
django to have a single admin interface for both blogs.

It works great, now I have a non-pythonic problem.

I want both blogs to be read with the same url:

that is, instead of

blog.com
blogfrench.com

I want

blog.com/en/weblog
blog.com/fre/weblog


So.  Does anyone know where I can find help in creating rewrite
rules?  I have no idea how to do it (btw, I'm using nginx if that
helps)

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to