Re: site and username unique together

2009-08-18 Thread Fredde
I have solved this. If anyone is interested, this is how I did... Instead of having username and site as two separate fields, I combined them. This will make the username unique for each site. The username field will look like this ":". Since this isn't very nice to display I wrote some methods in

site and username unique together

2009-08-17 Thread Fredde
Hi! I am working on a project with multiple sites and are using the contrib.site app to separate them from eachother. The number of sites will be high and changing often, so I don't want to modify the Apache config and create a new VirtualHost/Location for each new site. I have solved this by wri