Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gepetto
dashboard
Commits
9b20840a
Commit
9b20840a
authored
Jun 03, 2021
by
Guilhem Saurel
Browse files
main page should be gepetto
parent
cd735822
Pipeline
#14807
failed with stage
in 3 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
rainboard/urls.py
View file @
9b20840a
...
...
@@ -21,7 +21,7 @@ router.register(r'dependency', views.DependencyViewSet)
app_name
=
'rainboard'
urlpatterns
=
[
path
(
''
,
RedirectView
.
as_view
(
pattern_name
=
'rainboard:
projects
'
),
name
=
'home'
),
path
(
''
,
RedirectView
.
as_view
(
pattern_name
=
'rainboard:
gepetto
'
),
name
=
'home'
),
path
(
'forges'
,
views
.
ForgesView
.
as_view
(),
name
=
'forges'
),
path
(
'namespaces'
,
views
.
NamespacesView
.
as_view
(),
name
=
'namespaces'
),
path
(
'contributors'
,
views
.
ContributorsView
.
as_view
(),
name
=
'contributors'
),
...
...
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