aboutsummaryrefslogtreecommitdiff
path: root/blog/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'blog/urls.py')
-rw-r--r--blog/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/blog/urls.py b/blog/urls.py
index 7824476c..e00f3183 100644
--- a/blog/urls.py
+++ b/blog/urls.py
@@ -7,5 +7,5 @@ urlpatterns = [
path('my/', RedirectView.as_view(pattern_name='account', permanent=False)),
path('account/', RedirectView.as_view(pattern_name='account', permanent=False)),
path('my/account', views.account, name='account'),
- path('my/homepage', views.homepage, name='homepage'),
+ # path('my/homepage', views.homepage, name='homepage'),
]