Skip to content

Instantly share code, notes, and snippets.

@umutcoskun
Created December 8, 2017 19:11
Show Gist options
  • Save umutcoskun/d18752ec9e7da394384cd6e26aef5f4c to your computer and use it in GitHub Desktop.
Save umutcoskun/d18752ec9e7da394384cd6e26aef5f4c to your computer and use it in GitHub Desktop.
from django.conf import settings
def constants(request):
return {
'BASE_TITLE': settings.BASE_TITLE,
'BASE_URL': settings.BASE_URL,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment