From a2c25ccec63030e7d2e4dfedef96d2b61553d92e Mon Sep 17 00:00:00 2001 From: NikDizell Date: Sat, 21 Feb 2026 20:56:33 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D1=81=D1=82=D0=B0=D1=82=D0=B8=D0=BA=20=D0=B4=D0=BB=D1=8F=20?= =?UTF-8?q?=D0=BE=D1=82=D0=BB=D0=B0=D0=B4=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OneCprogsite/urls.py | 1 + 1 file changed, 1 insertion(+) diff --git a/OneCprogsite/urls.py b/OneCprogsite/urls.py index fdecba6..4258005 100644 --- a/OneCprogsite/urls.py +++ b/OneCprogsite/urls.py @@ -35,5 +35,6 @@ urlpatterns = [ if settings.DEBUG: urlpatterns += static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT) + urlpatterns += static(settings.STATIC_URL, document_root=settings.STATIC_ROOT) handler404 = pageNotFound