In a django web application, how do you give users their own subdomain?
问题 I'm starting a new web app project using Django and Pinax. I want to be able to give my users unique domain names like Wordpress and other sites do : username.wordpress.com . I'm not sure how to approach this with Django, since the url parsing logic (in urls.py) starts with the url AFTER the domain name. More specifically, there will be multiple groups of users, each group having a unique name. Not sure that makes a difference, but I thought I should mention that. Is there some way I can