context_processors.py 104 B

1234
  1. from core import settings
  2. def get_name_system(request):
  3. return {'NameSystem':settings.NAME_SYSTEM}