Skip to content

Commit

Permalink
deps updated
Browse files Browse the repository at this point in the history
  • Loading branch information
krrish-sehgal committed Jan 28, 2025
1 parent 955a55a commit 16a56c6
Show file tree
Hide file tree
Showing 3 changed files with 230 additions and 341 deletions.
1 change: 0 additions & 1 deletion blt/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,6 @@
path("activity/dislike/<int:id>/", dislike_activity, name="dislike_activity"),
path("activity/approve/<int:id>/", approve_activity, name="approve_activity"),
re_path(r"^tz_detect/", include("tz_detect.urls")),
# re_path(r"^tellme/", include("tellme.urls")),
re_path(r"^ratings/", include("star_ratings.urls", namespace="ratings")),
path("robots.txt", robots_txt),
re_path(r"^contributors/$", contributors_view, name="contributors"),
Expand Down
Loading

0 comments on commit 16a56c6

Please sign in to comment.