Answers for "how to set a path for upload images in django"

0

how to set a path for upload images in django

MEDIA_ROOT =  os.path.join(BASE_DIR, 'media')
MEDIA_URL = '/media/'
Posted by: Guest on March-30-2021

Code answers related to "how to set a path for upload images in django"

Python Answers by Framework

Browse Popular Code Answers by Language