Answers for "changes in settings.py for media storage without db"

0

changes in settings.py for media storage without db

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

Code answers related to "changes in settings.py for media storage without db"

Python Answers by Framework

Browse Popular Code Answers by Language