Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

image not getting show on UI #103

Open
rg2609 opened this issue Mar 16, 2021 · 0 comments
Open

image not getting show on UI #103

rg2609 opened this issue Mar 16, 2021 · 0 comments

Comments

@rg2609
Copy link

rg2609 commented Mar 16, 2021

I am using the djangocms for the 1st and I am trying to add an image on the cms page, but it's not showing it's giving a 404 error.
Steps performed:

  • pip3 installed djangocms-picture>=2.3,<2.5
  • In INSTALLED_APPS added 'djangocms_picture'
  • also sets following variables:
MEDIA_URL = "/media/"
MEDIA_ROOT = '/home/media'

CMS_MEDIA_ROOT = MEDIA_ROOT
CMS_MEDIA_URL = MEDIA_URL

Files get uploaded for the plugins and respected folders too got created but on the CMS UI, it's showing a 404 error. am I missing something or whats steps need to perform more to show an image on the CMS UI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant