Add site name config, settings context processor, and site branding to every page
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
5
board/context_processors.py
Normal file
5
board/context_processors.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from django.conf import settings as django_settings
|
||||
|
||||
|
||||
def settings(request):
|
||||
return {"settings": django_settings}
|
||||
Reference in New Issue
Block a user