839316f00bb02b48c064b43954b7309113d91398
[plstackapi.git] / planetstack / core / context_processors.py
1 from django.conf import settings
2
3 print dir(settings)
4
5 def planetstack(request):
6     return {"DISABLE_MINIDASHBOARD": settings.DISABLE_MINIDASHBOARD}