{{{
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/dev/howto/static-files/
STATIC_URL = 'static/'
}}}
And for the same reason it can generate confusion in new users to save
.mp4, .mp3, etc.
What I suggest is that now also when creating the project it appears like
this:
{{{
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/dev/howto/static-files/
STATIC_URL = 'static/'
# Media files (MP4, MP3, GIF)
# https://docs.djangoproject.com/en/dev/topics/files/
MEDIA_URL = 'media/'
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/34348>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/34348#comment:1>
* status: assigned => closed
* resolution: => wontfix
* component: File uploads/storage => Core (Other)
* stage: Accepted => Unreviewed
Comment:
`MEDIA_URL` was remove from the project template in
3f1c7b70537330435e2ec2fca9550f7b7fa4372e (Django 1.6) and I agree that
''"many sites will never deal with user-uploaded files"''.
You can start a discussion on DevelopersMailingList if you don't agree.
In the future, please don't accept your own tickets.
--
Ticket URL: <https://code.djangoproject.com/ticket/34348#comment:2>
Comment (by Estuardo Ramírez):
Thank you for the clarification, I'm new to contributing in Django, now I
know I shouldn't accept my own tickets, thanks.
--
Ticket URL: <https://code.djangoproject.com/ticket/34348#comment:3>