July 21, 2009
Running multiple sites from one Django codebase
- Running multiple sites from one Django codebase – Interesting approaching using an environment variable, but I feel like the straightforward solution is to have a different package of settings/urls/templates for each site. Then in apache you just specify the right settings based on a VHost.
Filed under: Blogmarks
Next: July 4th Burger
Previous: New look for heisel.org
Related
- One thing I absolutely love about Django’s template loading
- Single serving sites: Now unhip
- Setup Django with mod_wsgi on your Mac