Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
joeiyucoco_reading
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
joeiyucoco_reading
Commits
74aba777
Commit
74aba777
authored
Mar 28, 2023
by
Joei Yucoco
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed comments in bookshelf's urls.py
parent
03fd78a6
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
urls.cpython-39.pyc
joeiyucoco_reading/bookshelf/__pycache__/urls.cpython-39.pyc
+0
-0
urls.py
joeiyucoco_reading/bookshelf/urls.py
+0
-2
No files found.
joeiyucoco_reading/bookshelf/__pycache__/urls.cpython-39.pyc
View file @
74aba777
No preview for this file type
joeiyucoco_reading/bookshelf/urls.py
View file @
74aba777
...
@@ -2,8 +2,6 @@ from django.urls import path
...
@@ -2,8 +2,6 @@ from django.urls import path
from
.views
import
HomeView
,
BooksView
,
BookDetailsView
,
AuthorsView
,
AuthorDetailsView
from
.views
import
HomeView
,
BooksView
,
BookDetailsView
,
AuthorsView
,
AuthorDetailsView
urlpatterns
=
[
urlpatterns
=
[
#path('', index, name='index'),
#path('home', HomeView.as_view(), name='home'),
path
(
'home/'
,
HomeView
,
name
=
'home'
),
path
(
'home/'
,
HomeView
,
name
=
'home'
),
path
(
'books/'
,
BooksView
.
as_view
(),
name
=
'books-list'
),
path
(
'books/'
,
BooksView
.
as_view
(),
name
=
'books-list'
),
path
(
'books/<int:pk>/details/'
,
BookDetailsView
.
as_view
(),
name
=
'books-detail'
),
path
(
'books/<int:pk>/details/'
,
BookDetailsView
.
as_view
(),
name
=
'books-detail'
),
...
...
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