From 69c9f65449c8115317ad867881e7d963601795b8 Mon Sep 17 00:00:00 2001 From: saba rahman Date: Mon, 26 Feb 2024 12:58:09 +0600 Subject: [PATCH] testing --- BharaHobe/BharaHobe/urls.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BharaHobe/BharaHobe/urls.py b/BharaHobe/BharaHobe/urls.py index c12d29d..6b16557 100644 --- a/BharaHobe/BharaHobe/urls.py +++ b/BharaHobe/BharaHobe/urls.py @@ -31,5 +31,6 @@ path('delivery-requests/', include('delivery.urls', namespace='delivery_requests')), path('return/', include('return.urls')), -] + static('/docs/', document_root=settings.SPHINX_BUILD_DIR) +] +# + static('/docs/', document_root=settings.SPHINX_BUILD_DIR)