white labeling and Django application -


i've been approached boss possibility of white labeling our django-based site new, large customer. basically, sounds changing graphics/logos on site. but, i'm sure @ point want start tweaking business logic well. i'm still unclear whether desire subdomain (e.g. customer.mydomain.com) or new custom domain. ultimately, will need share database rest of system (for multiple reasons). use of sites framework in django? or there better way of doing this?

more info: django 1.3.1; postgresql 9.1; hosted on heroku

use combination of middleware (to set active site) , context processors (to act on that). try hook contrib's site framework, i've outgrown rather quickly.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -