Hello, How can I change this http://www.test.com/blog to this blog.test.com ?? I know that ia have to change in routes.py but i do not know how.
i tried this in routes.py: (r'.*blog.test.com*', r'http://www.test.com/blog'), but it still does not work. Many thaks in advance.

