I currently have a single site, but I want to expand to several sites for use in django.
I currently must have two entries in my django_sites table for my single site:
1 mysite.com My Site
2 www.mysite.com My Site
Now that I want to have multiple sites, having multiple entries per subdomain is not feasible anymore since I want to create many to many relationships with objects associated with the sites.
How can I use a single www and root domain per site instead of the two?