Add missing trailing slash in media url

This commit is contained in:
earthcomfy 2025-02-05 12:44:20 +03:00
parent 3ef84f1a26
commit 843d91a51b

View File

@ -33,7 +33,7 @@ TEMPLATES[0]["OPTIONS"]["debug"] = True # type: ignore[index]
# MEDIA
# ------------------------------------------------------------------------------
# https://docs.djangoproject.com/en/dev/ref/settings/#media-url
MEDIA_URL = "http://media.testserver"
MEDIA_URL = "http://media.testserver/"
{%- if cookiecutter.frontend_pipeline == 'Webpack' %}
# django-webpack-loader