Make URL method configurable
Updated 1 year, 6 months ago
| David Trowbridge | Reviewers | ||
| trunk | reviewboard | ||
| 134 | |||
| None | Review Board SVN | ||
We currently hard-code "http" inside our e-mail templates, which means that people can't run with https. It'd be nice if we could store this inside our site model, but django sites don't have that field. This change adds a DOMAIN_METHOD key to settings.py (which can be overridden in settings_local.py) and plumbs it through to the templates.