second commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#
|
||||
# encoding: utf-8
|
||||
from django.conf import settings
|
||||
|
||||
def params(request):
|
||||
return {
|
||||
'APP_TITLE': settings.APP_TITLE,
|
||||
'APP_SUB_TITLE': settings.APP_SUB_TITLE,
|
||||
'self_url': request.build_absolute_uri(),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user