bug fix: fetch logs

This commit is contained in:
Usman Nasir
2019-11-26 13:36:17 +05:00
parent d11eb06812
commit 7f036727ef
4 changed files with 87 additions and 22 deletions

View File

@@ -5,7 +5,7 @@ import django
sys.path.append('/usr/local/CyberCP')
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "CyberCP.settings")
django.setup()
from django.shortcuts import render, redirect
from django.shortcuts import render
from django.http import HttpResponse
import json
from plogical.acl import ACLManager