Skip to content

Commit

Permalink
Merge branch 'main' into about-badges
Browse files Browse the repository at this point in the history
  • Loading branch information
DonnieBLT authored Dec 31, 2024
2 parents 682e1c5 + 2af5a8a commit e4a6e54
Show file tree
Hide file tree
Showing 4 changed files with 374 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 e4a6e54

Please sign in to comment.