Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
beat.web
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
beat
beat.web
Commits
7a74f316
Commit
7a74f316
authored
6 years ago
by
Samuel GAIST
Browse files
Options
Downloads
Patches
Plain Diff
[plotters][views] Add missing Http404 import
parent
3bc70f24
No related branches found
No related tags found
2 merge requests
!255
1.4.x
,
!249
Web fixes
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
beat/web/plotters/views.py
+2
-1
2 additions, 1 deletion
beat/web/plotters/views.py
with
2 additions
and
1 deletion
beat/web/plotters/views.py
+
2
−
1
View file @
7a74f316
...
...
@@ -29,7 +29,6 @@ import os
import
itertools
import
base64
import
collections
import
six
import
logging
logger
=
logging
.
getLogger
(
__name__
)
...
...
@@ -37,6 +36,7 @@ logger = logging.getLogger(__name__)
import
simplejson
from
django.http
import
HttpResponse
,
HttpResponseForbidden
,
HttpResponseBadRequest
from
django.http
import
Http404
from
django.conf
import
settings
from
django.shortcuts
import
render
from
django.shortcuts
import
get_object_or_404
...
...
@@ -44,6 +44,7 @@ from django.template import Context
from
django.contrib.auth.decorators
import
login_required
from
django.contrib.auth.models
import
User
from
django.views.generic
import
TemplateView
from
django.utils
import
six
from
..experiments.models
import
Experiment
,
Block
,
Result
from
..dataformats.models
import
DataFormat
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment