Skip to content

Commit

Permalink
alternative views removed (#1785)
Browse files Browse the repository at this point in the history
  • Loading branch information
HanilJain authored Feb 17, 2024
1 parent 8797873 commit b962dc0
Show file tree
Hide file tree
Showing 3 changed files with 172 additions and 349 deletions.
12 changes: 5 additions & 7 deletions blt/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,11 @@
github_callback,
google_callback,
facebook_callback,
sponsor_view
sponsor_view,
like_issue2,
flag_issue2,
subscribe_to_domains,
IssueView2
)
from website.api.views import (
IssueViewSet,
Expand All @@ -70,12 +74,6 @@
InviteFriendApiViewset
)
from company.views import ShowBughuntView
from website.alternative_views import (
like_issue2,
flag_issue2,
subscribe_to_domains,
IssueView2
)

from blt import settings
from rest_framework import permissions, routers
Expand Down
229 changes: 0 additions & 229 deletions website/alternative_views.py

This file was deleted.

Loading

0 comments on commit b962dc0

Please sign in to comment.