settings.py
STATIC_ROOT = os.path.join(BASE_DIR, 'static') STATIC_URL = '/static/'
MEDIA_ROOT = os.path.join(BASE_DIR, '/media/') MEDIA_URL = '/media/'
web tab -> static files:
URL - /media/ Directory - /home/chicodelacruz/startupPRJ/media/
what should be the workaround here? since those image files are came from upload on admin side