changes in settings py for media storage without db

Solutions on MaxInterview for changes in settings py for media storage without db by the best coders in the world

showing results for - "changes in settings py for media storage without db"
Ida
16 Nov 2017
1MEDIA_URL = '/media/'
2MEDIA_ROOT = os.path.join(BASE_DIR, 'media')
similar questions