Is there a place to set global values in a django project? Specifically I want to set a base url, so I could do something like
<a href="{{BASE_URL}}/whatever"> I'd like to be able to set this somewhere so it can be easily changed across installations. Thanks --B