﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
34348	Add medium path to the settings.py file from the time the project is created	Estuardo Ramírez	Estuardo Ramírez	"Currently when creating a new project in the file **settings.py** comes by default the **static** path but does not come the average and I feel that this is a great disadvantage for those who are starting with the framework since the comment that static has indicates which files it can contain:

{{{
# 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/'
}}}
"	New feature	closed	Core (Other)	dev	Normal	wontfix			Unreviewed	0	0	0	0	0	0
