From 49051b3ba036606d4018f27d243f0447893dcc00 Mon Sep 17 00:00:00 2001 From: aahnik Date: Tue, 2 Jan 2024 02:58:51 +0530 Subject: [PATCH] remove tester from urls.py --- src/temple_web/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/temple_web/urls.py b/src/temple_web/urls.py index 499d526..20e4729 100644 --- a/src/temple_web/urls.py +++ b/src/temple_web/urls.py @@ -35,7 +35,7 @@ # path("online-puja/", include("online_puja.urls")), path("activity/", include("activities.urls")), path("accounts/", include("accounts.urls")), - path("tester/", include("tester.urls")), + # path("tester/", include("tester.urls")), path("users/", include("users.urls")), path("events/", include("haps.urls")), path("blog/", include("blog.urls")),