Re: Docs improvement? - MEDIA_URL in templates

2021-01-31 Thread mjnich...@gmail.com
;>> >>> https://docs.djangoproject.com/en/dev/ref/models/fields/#django.db.models.fields.files.FieldFile.url >>> >>> For future reference, since this is more of a usage question, it would >>> be better to post to django-users. If you want to suggest a doc

Docs improvement? - MEDIA_URL in templates

2021-01-30 Thread mjnich...@gmail.com
Not sure if this is something worth posting here or not, but I was encouraged to put it up for discussion at least by somebody that knows more than me :) I was recently wanting to display user-uploaded media from a template (an avatar pic in my navbar), and I couldn't really work out the "righ