Skip to content

Commit

Permalink
revert back media url
Browse files Browse the repository at this point in the history
  • Loading branch information
erick-otenyo committed Mar 21, 2024
1 parent 7715dc0 commit 73b22ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nmhs_cms/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
STATIC_URL = env.str("FORCE_SCRIPT_NAME", "") + "/static/"

MEDIA_ROOT = os.path.join(BASE_DIR, "media")
MEDIA_URL = env.str("FORCE_SCRIPT_NAME", "") + "/cms-media/"
MEDIA_URL = env.str("FORCE_SCRIPT_NAME", "") + "/media/"

# Wagtail settings
# SITE_NAME="nmhs_cms"
Expand Down

0 comments on commit 73b22ab

Please sign in to comment.