Tivix / django-common

Common things every Django project needs :-) It provides lot of helper functions, commonly used middlewares, context processors, custom email/auth backends, session helpers etc.

Home Page:http://www.tivix.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What does WWW_ROOT mean in this context?

JMIdeaMaker opened this issue · comments

root address of your website, it is then used by the common settings context processor

'www_root': django_settings.WWW_ROOT,