Re: Using Django to white-label sites for multiple clients

2011-03-02 Thread Shawn Milochik
One option would be to just change the value of MEDIA_ROOT in settings.py. Or, if you're using 1.3 beta or above, STATIC_ROOT. You could do this by having multiple settings files -- one main one with anything that's common across all clients and one settings file for each client which imports the

Using Django to white-label sites for multiple clients

2011-03-02 Thread Greg Pelly
I'm looking to "white label" a site built using Django. For those unfamiliar with white-labeling, we would like my site (call it "Amazing Site") to be able to be customized by sponsors A and B. Customer A provides us with their header, footer, css, and we can do *basic* re-branding, in order to pr