home / django_tickets / tickets

tickets: 2618

This data as json

id created changetime last_pulled_from_trac stage status component type severity version resolution summary description owner reporter keywords easy has_patch needs_better_patch needs_tests needs_docs ui_ux
2618 2006-08-29 20:49:26 2012-12-16 14:36:20 2022-03-06 03:26:32.376711 Someday/Maybe closed contrib.sites New feature Normal dev wontfix [patch] Added the ability for Site objects to have profiles. 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. nobody jay@skabber.com   0 1 0 0 1 0
Powered by Datasette · Queries took 0.945ms