What does MEDIA_URL does now? I am particularly confused after I got “django.core.exceptions.ImproperlyConfigured: The MEDIA_URL and STATIC_URL settings must have different values”.
I’d appreciate Django explaining why this is. Regards
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
MEDIA_URL is used to point to the base URL for user-generated content – uploaded images, files, that sort of thing.
STATIC_URL is used as the prefix for JavaScript, CSS, etc.