﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
2618	[patch] Added the ability for Site objects to have profiles.	jay@…	nobody	"Added the ability for Site objects to have profiles just like the User objects.

Use this in your settings.py 
SITE_PROFILE_MODULE = ""yourAppName.yourModel"" 
and make sure that model has a foreign key to the django.contrib.sites.models.Site model.

Now the Site object gets a get_profile()

This helps with multiple sites where each site had maybe a different zip code, Welcome message, etc. and it can all be edited through the admin site."	New feature	closed	contrib.sites	dev	Normal	wontfix			Someday/Maybe	1	1	0	0	0	0
