Instance name in title tag

This commit is contained in:
Raphael Michel
2014-09-11 20:48:30 +02:00
parent 8fa80b62bc
commit 2648fd5268
3 changed files with 24 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
from django.conf import settings
def contextprocessor(request):
return {
'settings': settings,
}