1 2 3 4 5 6 7 8
from django.conf import settings def root_url(request): """ Pass your root_url from the settings.py """ return {'SITE_URL': settings.ROOT_URL}