Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Håvard Farestveit
tdt4242-base
Commits
16b7d889
Commit
16b7d889
authored
Apr 13, 2021
by
Elias Sagmo Larsen
Browse files
pylint/urls
parent
3593863f
Pipeline
#127129
failed with stage
in 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
backend/secfit/comments/urls.py
View file @
16b7d889
from
django.urls
import
path
,
include
from
comments.models
import
Comment
,
Like
from
django.urls
import
path
from
comments.views
import
CommentList
,
CommentDetail
,
LikeList
,
LikeDetail
from
rest_framework.urlpatterns
import
format_suffix_patterns
urlpatterns
=
[
path
(
"api/comments/"
,
CommentList
.
as_view
(),
name
=
"comment-list"
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment