add ability to disabled minidashboard
[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}