Skip to content

Commit

Permalink
Fixed multiple fetch problem in tweets/home,but not fixed in favorite…
Browse files Browse the repository at this point in the history
…s count
  • Loading branch information
taku072002T committed Sep 11, 2024
1 parent ad07213 commit 16d7969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysite/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
path("accounts/", include("accounts.urls")),
path("tweets/", include("tweets.urls"), name="tweets"),
path("", include("welcome.urls"), name="welcome"),
path("__debug__/", include("debug_toolbar.urls")),
# path("__debug__/", include("debug_toolbar.urls")),
]

0 comments on commit 16d7969

Please sign in to comment.