Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Debian New Member Process
nm.debian.org
Commits
38241097
Verified
Commit
38241097
authored
Jul 30, 2022
by
Mattia Rizzolo
Browse files
also fix the import for the removed django.conf.url.url()
Signed-off-by:
Mattia Rizzolo
<
mattia@debian.org
>
parent
66e24381
Pipeline
#405619
failed with stage
in 4 minutes and 54 seconds
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
deploy/urls.py
View file @
38241097
from
django.
conf.
urls
import
path
from
django.urls
import
path
from
.
import
views
urlpatterns
=
[
path
(
r
'^
gitlab-pipeline-hook
$
'
,
views
.
GitlabPipeline
.
as_view
(),
name
=
"deploy_gitlab_pipeline_hook"
),
path
(
'
gitlab-pipeline-hook'
,
views
.
GitlabPipeline
.
as_view
(),
name
=
"deploy_gitlab_pipeline_hook"
),
]
dm/urls.py
View file @
38241097
# coding: utf-8
from
django.
conf.
urls
import
path
from
django.urls
import
path
from
django.views.generic
import
RedirectView
from
.
import
views
...
...
keyring/urls.py
View file @
38241097
from
django.
conf.
urls
import
re_path
from
django.urls
import
re_path
from
.
import
views
...
...
sitechecks/urls.py
View file @
38241097
from
django.
conf.
urls
import
path
from
django.urls
import
path
from
.
import
views
urlpatterns
=
[
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment