SpaceyaTech / mastori

Mastori is a community-driven open-source project that aims to provide a simple and efficient blogging platform built for the Dev Community
https://www.spaceyatech.com/
22 stars 54 forks source link

handling Images #54

Closed wanjirumurira closed 1 year ago

wanjirumurira commented 1 year ago

Handling Images

Added MEDIA_URL and MEDIA_ROOT in CMS/settings.py .MEDIA_URL is the URL that will serve the media files and MEDIA_ROOT is the path to the root directory (media folder) where the files will get stored.

A 404 error should be expexted in the landing page since we have added a URL in CMS/urls.py.

Fixes #36

Checklist: