Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
joei_yucoco_music
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Joei Yucoco
joei_yucoco_music
Commits
0b798b88
Commit
0b798b88
authored
Feb 13, 2023
by
Joei Yucoco
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
revised site-wide urls so that each app is accessible with <appname>/ instead
parent
304db8d4
Pipeline
#2655
failed with stages
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
+3
-3
.DS_Store
.DS_Store
+0
-0
.DS_Store
joei_yucoco_music/.DS_Store
+0
-0
urls.cpython-39.pyc
...o_music/joei_yucoco_music/__pycache__/urls.cpython-39.pyc
+0
-0
urls.py
joei_yucoco_music/joei_yucoco_music/urls.py
+3
-3
No files found.
.DS_Store
View file @
0b798b88
No preview for this file type
joei_yucoco_music/.DS_Store
View file @
0b798b88
No preview for this file type
joei_yucoco_music/joei_yucoco_music/__pycache__/urls.cpython-39.pyc
View file @
0b798b88
No preview for this file type
joei_yucoco_music/joei_yucoco_music/urls.py
View file @
0b798b88
...
...
@@ -18,7 +18,7 @@ from django.urls import path, include
urlpatterns
=
[
path
(
'admin/'
,
admin
.
site
.
urls
),
path
(
''
,
include
(
'Homepage.urls'
,
namespace
=
"Homepage"
)),
path
(
'
A
bout/'
,
include
(
'About.urls'
,
namespace
=
"About"
)),
path
(
'
C
ontact/'
,
include
(
'Contact.urls'
,
namespace
=
"Contact"
)),
path
(
'
homepage/
'
,
include
(
'Homepage.urls'
,
namespace
=
"Homepage"
)),
path
(
'
a
bout/'
,
include
(
'About.urls'
,
namespace
=
"About"
)),
path
(
'
c
ontact/'
,
include
(
'Contact.urls'
,
namespace
=
"Contact"
)),
]
Write
Preview
Markdown
is supported
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