예제 #1
0
파일: tabs.py 프로젝트: TechBK/horizon-dev
 def get_context_data(self, request, **kwargs):
     context = {}
     project = 'nova'
     context['json'] = log_api.projectlog(project)
     #context['json'] = json.loads(log_api.projectlog(project))['test']
     print(context)
     return context
예제 #2
0
파일: tabs.py 프로젝트: TechBK/horizon-dev
 def get_context_data(self, request, **kwargs):
     context = {}
     project = 'nova'
     context['log'] = log_api.projectlog(project)
     return context