Using Django settings in templates

Viewed 27727

I want to be able to put certain configuration information in my settings.py file - things like the site name, site url, etc.

If I do this, how can I then access those settings in templates?

Thanks

3 Answers
Related