Добавил статик для отладки

This commit is contained in:
NikDizell 2026-02-21 20:56:33 +03:00
parent a6fa9277cc
commit a2c25ccec6

View File

@ -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