Directory view
This commit is contained in:
parent
3e75253ff1
commit
ba00672e66
9 changed files with 115 additions and 6 deletions
|
@ -96,6 +96,7 @@ urlpatterns = [
|
|||
path("", views.Home.as_view(), name="landing"),
|
||||
re_path(r"^discover/?$", views.Discover.as_view()),
|
||||
re_path(r"^notifications/?$", views.Notifications.as_view()),
|
||||
re_path(r"^directory/?", views.Directory.as_view(), name="directory"),
|
||||
# feeds
|
||||
re_path(r"^(?P<tab>home|local|federated)/?$", views.Feed.as_view()),
|
||||
re_path(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue