Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
Neptune_Sy_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
Star Neptune R. Sy
Neptune_Sy_music
Commits
cc78f09b
Commit
cc78f09b
authored
Feb 16, 2023
by
Star Neptune R. Sy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
forgot to add the url of the about app to the site wide urls.py
parent
c034892c
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1 addition
and
0 deletions
+1
-0
urls.cpython-39.pyc
...Sy_music/Neptune_Sy_music/__pycache__/urls.cpython-39.pyc
+0
-0
urls.py
Neptune_Sy_music/Neptune_Sy_music/urls.py
+1
-0
urls.cpython-39.pyc
Neptune_Sy_music/about/__pycache__/urls.cpython-39.pyc
+0
-0
views.cpython-39.pyc
Neptune_Sy_music/about/__pycache__/views.cpython-39.pyc
+0
-0
db.sqlite3
Neptune_Sy_music/db.sqlite3
+0
-0
No files found.
Neptune_Sy_music/Neptune_Sy_music/__pycache__/urls.cpython-39.pyc
View file @
cc78f09b
No preview for this file type
Neptune_Sy_music/Neptune_Sy_music/urls.py
View file @
cc78f09b
...
...
@@ -18,6 +18,7 @@ from django.urls import include, path
urlpatterns
=
[
path
(
'homepage/'
,
include
(
'homepage.urls'
,
namespace
=
"homepage"
)),
path
(
'about/'
,
include
(
'about.urls'
,
namespace
=
"about"
)),
path
(
'contact/'
,
include
(
'contact.urls'
,
namespace
=
"contact"
)),
path
(
'admin/'
,
admin
.
site
.
urls
),
]
Neptune_Sy_music/about/__pycache__/urls.cpython-39.pyc
View file @
cc78f09b
No preview for this file type
Neptune_Sy_music/about/__pycache__/views.cpython-39.pyc
0 → 100644
View file @
cc78f09b
File added
Neptune_Sy_music/db.sqlite3
View file @
cc78f09b
No preview for this file type
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