Skip to content

Commit

Permalink
deleted Log model in the gsi/views.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gtsarik committed Dec 4, 2016
1 parent eb3c8ba commit d5ae024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gsi/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
from log.logger import get_logs
from gsi.settings import (PATH_RUNS_SCRIPTS, CONFIGFILE_PATH, GOOGLE_MAP_ZOOM)
from core.paginations import paginations
from log.models import Log, LogDebug
from log.models import LogDebug


TITLES = {
Expand Down

0 comments on commit d5ae024

Please sign in to comment.