Skip to content

Commit

Permalink
Add project detail view and update project list template for navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
JisanAR03 committed Dec 30, 2024
1 parent e1f5034 commit 4b20d6a
Show file tree
Hide file tree
Showing 4 changed files with 398 additions and 15 deletions.
2 changes: 2 additions & 0 deletions blt/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@
ProjectBadgeView,
ProjectDetailView,
ProjectListView,
ProjectsDetailView,
ProjectView,
blt_tomato,
create_project,
Expand Down Expand Up @@ -799,6 +800,7 @@
name="similarity_scan",
),
path("projects/create/", create_project, name="create_project"),
path("projects/<slug:slug>/", ProjectsDetailView.as_view(), name="projects_detail"),
]

if settings.DEBUG:
Expand Down
Loading

0 comments on commit 4b20d6a

Please sign in to comment.