Преглед изворни кода

Added context processor with name system

1Mike21 пре 1 година
родитељ
комит
acb1e88797
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      context_processors.py

+ 4 - 0
context_processors.py

@@ -0,0 +1,4 @@
+from core import settings
+
+def get_name_system(request):
+    return {'NameSystem':settings.NAME_SYSTEM}